staging: rtl8188eu: clean up indent style issue
Replace spaces with tab to clear checkpatch error. ERROR: code indent should use tabs where possible Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20200929062847.23985-8-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
add81f3df1
commit
c95e48b275
|
@ -1730,7 +1730,7 @@ int rtw_restruct_sec_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_
|
|||
(ndisauthmode == Ndis802_11AuthModeWPAPSK))
|
||||
authmode = _WPA_IE_ID_;
|
||||
else if ((ndisauthmode == Ndis802_11AuthModeWPA2) ||
|
||||
(ndisauthmode == Ndis802_11AuthModeWPA2PSK))
|
||||
(ndisauthmode == Ndis802_11AuthModeWPA2PSK))
|
||||
authmode = _WPA2_IE_ID_;
|
||||
else
|
||||
authmode = 0x0;
|
||||
|
|
Loading…
Reference in New Issue