Skip to content

Commit

Permalink
staging: brcm80211: remove ';' after while() in macros.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jason Cooper authored and Greg Kroah-Hartman committed Oct 7, 2010
1 parent 76c0645 commit 960ea74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/brcm80211/brcmfmac/wl_iw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 960ea74

Please sign in to comment.