Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 960ea740 authored by Jason Cooper's avatar Jason Cooper Committed by Greg Kroah-Hartman
Browse files

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

parent 76c06459
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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())

+1 −1
Original line number Diff line number Diff line
@@ -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