Commit d1c1ace3 authored by Shibo Li's avatar Shibo Li Committed by Greg Kroah-Hartman

staging: rtl8712: Remove extra spaces

This patch fixes the problem of irregular indentation
Signed-off-by: default avatarShibo Li <zzutcyha@163.com>
Link: https://lore.kernel.org/r/20230220090430.19589-1-zzutcyha@163.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fe15c26e
...@@ -784,14 +784,15 @@ void r8712_joinbss_event_callback(struct _adapter *adapter, u8 *pbuf) ...@@ -784,14 +784,15 @@ void r8712_joinbss_event_callback(struct _adapter *adapter, u8 *pbuf)
memset((u8 *)&ptarget_sta->tkiptxmickey, memset((u8 *)&ptarget_sta->tkiptxmickey,
0, 0,
sizeof(union Keytype)); sizeof(union Keytype));
memset((u8 *)&ptarget_sta->txpn, 0, memset((u8 *)&ptarget_sta->txpn,
0,
sizeof(union pn48)); sizeof(union pn48));
memset((u8 *)&ptarget_sta->rxpn, 0, memset((u8 *)&ptarget_sta->rxpn,
0,
sizeof(union pn48)); sizeof(union pn48));
} }
} else { } else {
if (check_fwstate(pmlmepriv, if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING))
_FW_UNDER_LINKING))
pmlmepriv->fw_state ^= pmlmepriv->fw_state ^=
_FW_UNDER_LINKING; _FW_UNDER_LINKING;
goto ignore_joinbss_callback; goto ignore_joinbss_callback;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment