mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-21 21:02:24 +00:00
udp: Remove unnecessary semicolon from do{}while (0) macro
Just an unnecessary semicolon that should be removed... Whitespace neatening of macro too. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
acec6d75ac
commit
f9bddcdf1f
@ -236,7 +236,7 @@ struct sock *__udp6_lib_lookup(struct net *net,
|
||||
UDP_INC_STATS_BH(sock_net(sk), field, 0); \
|
||||
else \
|
||||
UDP6_INC_STATS_BH(sock_net(sk), field, 0); \
|
||||
} while (0);
|
||||
} while (0)
|
||||
#else
|
||||
#define UDPX_INC_STATS_BH(sk, field) UDP_INC_STATS_BH(sock_net(sk), field, 0)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user