diff options
author | Joe Perches <joe@perches.com> | 2012-04-03 21:46:49 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-11 20:23:56 (GMT) |
commit | da951c2417ec1020d0d00813da36f38e395994e9 (patch) | |
tree | 65404e5b7e22c2fbaa8ac0609213404c47b60cf5 /net/wireless | |
parent | 150721894e3613a228e212615909ade14964235c (diff) | |
download | linux-fsl-qoriq-da951c2417ec1020d0d00813da36f38e395994e9.tar.xz |
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 'net/wireless')
0 files changed, 0 insertions, 0 deletions