aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au
diff options
context:
space:
mode:
authorAybuke Ozdemir <aybuke.147@gmail.com>2014-09-28 17:22:36 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-28 23:11:44 -0400
commitb34ba0c3acd9b723707c5364dba7b5c58a19282e (patch)
tree344941753436af551a2bf2c0aeaa04f83cd5f3ea /drivers/staging/rtl8723au
parentstaging: rtl8723au: hal: Removed unnecessary braces. (diff)
downloadlinux-dev-b34ba0c3acd9b723707c5364dba7b5c58a19282e.tar.xz
linux-dev-b34ba0c3acd9b723707c5364dba7b5c58a19282e.zip
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 <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au')
-rw-r--r--drivers/staging/rtl8723au/core/rtw_ap.c2
1 files changed, 1 insertions, 1 deletions
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)