Skip to content

Commit e6e6399

Browse files
abid-sayyadgregkh
authored andcommitted
staging: rtl8723bs: include: Remove spaces before tabs in rtw_security.h
This change improves code readability and ensures consistent indentation. Reported by `checkpatch.pl`: WARNING: spaces should not be used before a tab for indentation. Signed-off-by: Sayyad Abid <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 056cd14 commit e6e6399

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/staging/rtl8723bs/include/rtw_security.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ union Keytype {
8181

8282

8383
struct rt_pmkid_list {
84-
u8 bUsed;
85-
u8 Bssid[6];
86-
u8 PMKID[16];
87-
u8 SsidBuf[33];
84+
u8 bUsed;
85+
u8 Bssid[6];
86+
u8 PMKID[16];
87+
u8 SsidBuf[33];
8888
u8 *ssid_octet;
89-
u16 ssid_length;
89+
u16 ssid_length;
9090
};
9191

9292

@@ -162,7 +162,7 @@ struct security_priv {
162162

163163
/* For WPA2 Pre-Authentication. */
164164
struct rt_pmkid_list PMKIDList[NUM_PMKID_CACHE]; /* Renamed from PreAuthKey[NUM_PRE_AUTH_KEY]. Annie, 2006-10-13. */
165-
u8 PMKIDIndex;
165+
u8 PMKIDIndex;
166166

167167
u8 bWepDefaultKeyIdxSet;
168168

0 commit comments

Comments
 (0)