android_kernel_motorola_sm6225/drivers/net/wireless/brcm80211
Joe Perches da951c2417 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>
2012-04-11 16:23:56 -04:00
..
brcmfmac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2012-03-16 13:45:25 -04:00
brcmsmac wireless: Remove unnecessary ; from while (0) macros 2012-04-11 16:23:56 -04:00
brcmutil brcm80211: Use pr_fmt and pr_<level> 2012-01-24 14:21:14 -05:00
include brcm80211: Add and use brcmX_dbg_dump_hex 2012-01-24 14:21:13 -05:00
Kconfig brcm80211: fmac: add USB support for bcm43235/6/8 chipsets 2012-02-22 14:48:53 -05:00
Makefile brcm80211: Use normal DEBUG define 2012-01-24 14:21:13 -05:00