Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fca231b2 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

vxge: Remove unnecessary ; in do {} while (0) macro



This macro doesn't need a terminating ; so just remove it.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 33be96e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ struct vxge_tx_priv {
		timer.function = handle; \
		timer.data = (unsigned long) arg; \
		mod_timer(&timer, (jiffies + exp)); \
	} while (0);
	} while (0)

void vxge_initialize_ethtool_ops(struct net_device *ndev);
enum vxge_hw_status vxge_reset_all_vpaths(struct vxgedev *vdev);