staging: rtl8188eu: clean up indent style issue
authorMichael Straube <straube.linux@gmail.com>
Tue, 29 Sep 2020 06:28:47 +0000 (08:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Oct 2020 08:57:08 +0000 (10:57 +0200)
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>
drivers/staging/rtl8188eu/core/rtw_mlme.c

index 668a24f25fce9700a4ffc09699fe71a6f850de44..14be5a70361508f9a95617431ad7169045ec7bf7 100644 (file)
@@ -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;