staging: brcm80211: remove ';' after while() in macros.
authorJason Cooper <jason@lakedaemon.net>
Wed, 6 Oct 2010 21:40:06 +0000 (17:40 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 7 Oct 2010 17:11:56 +0000 (10:11 -0700)
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/dhd_linux.c
drivers/staging/brcm80211/brcmfmac/wl_iw.c

index 3536011533ddbb9b18b01e660f76b04f05f73bd0..1441b3336997b6eb6cca537bba2ca96f1a7ea3c4 100644 (file)
@@ -342,7 +342,7 @@ module_param_string(iface_name, iface_name, IFNAMSIZ, 0);
                daemonize(a); \
                allow_signal(SIGKILL); \
                allow_signal(SIGTERM); \
-       } while (0);
+       } while (0)
 
 #define BLOCKABLE()    (!in_atomic())
 
index d9124e258a517e3dac79d3449d1b86f1f887887e..c105b7fe80f0b205a0b6238783cba300687ab034 100644 (file)
@@ -112,7 +112,7 @@ static wlc_ssid_t g_ssid;
                daemonize(a); \
                allow_signal(SIGKILL); \
                allow_signal(SIGTERM); \
-       } while (0);
+       } while (0)
 
 #if defined(WL_IW_USE_ISCAN)
 #define ISCAN_STATE_IDLE   0
This page took 0.026846 seconds and 5 git commands to generate.