diff options
author | Joe Perches | 2012-04-03 14:46:49 -0700 |
---|---|---|
committer | John W. Linville | 2012-04-11 16:23:56 -0400 |
commit | da951c2417ec1020d0d00813da36f38e395994e9 (patch) | |
tree | 65404e5b7e22c2fbaa8ac0609213404c47b60cf5 /include/net/cfg80211.h | |
parent | 150721894e3613a228e212615909ade14964235c (diff) |
wireless: Remove unnecessary ; from while (0) macros
Semicolons are not necessary after macros that end in while (0).
Remove them.
Simplify the macros with tests of
do { if (foo>size) memset1; else memset2;} while (0);
to a single line memset(,,min_t(size_t, foo, size))
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
0 files changed, 0 insertions, 0 deletions