]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: include: Remove spaces before tabs in rtw_security.h
authorSayyad Abid <sayyad.abid16@gmail.com>
Thu, 12 Sep 2024 04:04:09 +0000 (09:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Sep 2024 05:31:22 +0000 (07:31 +0200)
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 <sayyad.abid16@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240912040409.3315067-9-sayyad.abid16@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_security.h

index 09ed298782a65e70a29577e0cd3813f5f783497d..32f6d3a5e30926c9f178058974b00cf5263595c2 100644 (file)
@@ -81,12 +81,12 @@ union Keytype {
 
 
 struct rt_pmkid_list {
-       u8                              bUsed;
-       u8                              Bssid[6];
-       u8                              PMKID[16];
-       u8                              SsidBuf[33];
+       u8                              bUsed;
+       u8                              Bssid[6];
+       u8                              PMKID[16];
+       u8                              SsidBuf[33];
        u8 *ssid_octet;
-       u16                                     ssid_length;
+       u16                                     ssid_length;
 };
 
 
@@ -162,7 +162,7 @@ struct security_priv {
 
        /*  For WPA2 Pre-Authentication. */
        struct rt_pmkid_list            PMKIDList[NUM_PMKID_CACHE];     /*  Renamed from PreAuthKey[NUM_PRE_AUTH_KEY]. Annie, 2006-10-13. */
-       u8              PMKIDIndex;
+       u8              PMKIDIndex;
 
        u8 bWepDefaultKeyIdxSet;