Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Sayyad Abid and committed by
Greg Kroah-Hartman
e6e63993 056cd148

+6 -6
+6 -6
drivers/staging/rtl8723bs/include/rtw_security.h
··· 81 81 82 82 83 83 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]; 88 88 u8 *ssid_octet; 89 - u16 ssid_length; 89 + u16 ssid_length; 90 90 }; 91 91 92 92 ··· 162 162 163 163 /* For WPA2 Pre-Authentication. */ 164 164 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; 166 166 167 167 u8 bWepDefaultKeyIdxSet; 168 168