From: Aybuke Ozdemir Date: Sun, 28 Sep 2014 14:22:36 +0000 (+0300) Subject: staging: rtl8723au: core: Add consistent spacing around '&' X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~7948^2~139 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b34ba0c3acd9b723707c5364dba7b5c58a19282e;p=mirror_ubuntu-zesty-kernel.git staging: rtl8723au: core: Add consistent spacing around '&' This patch fixes checkpatch.pl error in file rtw_ap.c ERROR: need consistent spacing around '&' (ctx:WxV) Signed-off-by: Aybuke Ozdemir Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/core/rtw_ap.c b/drivers/staging/rtl8723au/core/rtw_ap.c index 5748da4ada15..35908bac7bad 100644 --- a/drivers/staging/rtl8723au/core/rtw_ap.c +++ b/drivers/staging/rtl8723au/core/rtw_ap.c @@ -299,7 +299,7 @@ void expire_timeout_chk23a(struct rtw_adapter *padapter) int ret = _FAIL; psta = chk_alive_list[i]; - if (!(psta->state &_FW_LINKED)) + if (!(psta->state & _FW_LINKED)) continue; if (psta->state & WIFI_SLEEP_STATE)