staging: rtl8712: Remove extra spaces
This patch fixes the problem of irregular indentation Signed-off-by: Shibo Li <zzutcyha@163.com> Link: https://lore.kernel.org/r/20230220090430.19589-1-zzutcyha@163.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fe15c26ee2
commit
d1c1ace35e
|
@ -784,14 +784,15 @@ void r8712_joinbss_event_callback(struct _adapter *adapter, u8 *pbuf)
|
|||
memset((u8 *)&ptarget_sta->tkiptxmickey,
|
||||
0,
|
||||
sizeof(union Keytype));
|
||||
memset((u8 *)&ptarget_sta->txpn, 0,
|
||||
memset((u8 *)&ptarget_sta->txpn,
|
||||
0,
|
||||
sizeof(union pn48));
|
||||
memset((u8 *)&ptarget_sta->rxpn, 0,
|
||||
memset((u8 *)&ptarget_sta->rxpn,
|
||||
0,
|
||||
sizeof(union pn48));
|
||||
}
|
||||
} else {
|
||||
if (check_fwstate(pmlmepriv,
|
||||
_FW_UNDER_LINKING))
|
||||
if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING))
|
||||
pmlmepriv->fw_state ^=
|
||||
_FW_UNDER_LINKING;
|
||||
goto ignore_joinbss_callback;
|
||||
|
|
Loading…
Reference in New Issue