staging: brcm80211: remove ';' after while() in macros.
Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
76c0645918
commit
960ea740a2
2 changed files with 2 additions and 2 deletions
|
@ -342,7 +342,7 @@ module_param_string(iface_name, iface_name, IFNAMSIZ, 0);
|
||||||
daemonize(a); \
|
daemonize(a); \
|
||||||
allow_signal(SIGKILL); \
|
allow_signal(SIGKILL); \
|
||||||
allow_signal(SIGTERM); \
|
allow_signal(SIGTERM); \
|
||||||
} while (0);
|
} while (0)
|
||||||
|
|
||||||
#define BLOCKABLE() (!in_atomic())
|
#define BLOCKABLE() (!in_atomic())
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ static wlc_ssid_t g_ssid;
|
||||||
daemonize(a); \
|
daemonize(a); \
|
||||||
allow_signal(SIGKILL); \
|
allow_signal(SIGKILL); \
|
||||||
allow_signal(SIGTERM); \
|
allow_signal(SIGTERM); \
|
||||||
} while (0);
|
} while (0)
|
||||||
|
|
||||||
#if defined(WL_IW_USE_ISCAN)
|
#if defined(WL_IW_USE_ISCAN)
|
||||||
#define ISCAN_STATE_IDLE 0
|
#define ISCAN_STATE_IDLE 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue