staging: rtl8188eu: correct indentation
Correct indentation to clear a checkpatch warning. WARNING: suspect code indent for conditional statements (8, 24) Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
5e51ed1a90
Коммит
a08a9a6517
|
@ -1739,7 +1739,7 @@ int rtw_restruct_sec_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_
|
|||
ielength = 12;
|
||||
if ((ndisauthmode == Ndis802_11AuthModeWPA) ||
|
||||
(ndisauthmode == Ndis802_11AuthModeWPAPSK))
|
||||
authmode = _WPA_IE_ID_;
|
||||
authmode = _WPA_IE_ID_;
|
||||
if ((ndisauthmode == Ndis802_11AuthModeWPA2) ||
|
||||
(ndisauthmode == Ndis802_11AuthModeWPA2PSK))
|
||||
authmode = _WPA2_IE_ID_;
|
||||
|
|
Загрузка…
Ссылка в новой задаче