提交 b34ba0c3 编写于 作者: A Aybuke Ozdemir 提交者: Greg Kroah-Hartman

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: NAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 7b58e79b
...@@ -299,7 +299,7 @@ void expire_timeout_chk23a(struct rtw_adapter *padapter) ...@@ -299,7 +299,7 @@ void expire_timeout_chk23a(struct rtw_adapter *padapter)
int ret = _FAIL; int ret = _FAIL;
psta = chk_alive_list[i]; psta = chk_alive_list[i];
if (!(psta->state &_FW_LINKED)) if (!(psta->state & _FW_LINKED))
continue; continue;
if (psta->state & WIFI_SLEEP_STATE) if (psta->state & WIFI_SLEEP_STATE)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册