提交 960ea740 编写于 作者: J Jason Cooper 提交者: Greg Kroah-Hartman

staging: brcm80211: remove ';' after while() in macros.

Signed-off-by: NJason Cooper <jason@lakedaemon.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 76c06459
......@@ -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())
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册