OSDN Git Service

staging: rtl8723au: core: Add consistent spacing around '&'
authorAybuke Ozdemir <aybuke.147@gmail.com>
Sun, 28 Sep 2014 14:22:36 +0000 (17:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 03:11:44 +0000 (23:11 -0400)
This patch fixes checkpatch.pl error in file rtw_ap.c
ERROR: need consistent spacing around '&' (ctx:WxV)

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_ap.c

index 5748da4..35908ba 100644 (file)
@@ -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)