[PATCH] staging: rtl8723bs: fix space before tab in rtw_eeprom.h
From: Tomasz Unger
Date: Tue Aug 11 2026 - 13:54:05 EST
Replace space-then-tab with a single tab between field type and
name in struct eeprom_priv, matching the alignment style used by
the rest of the struct.
Verified with checkpatch.pl that the 'please, no space before
tabs' warning was present before this change and is no longer
reported after it.
Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
---
drivers/staging/rtl8723bs/include/rtw_eeprom.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_eeprom.h b/drivers/staging/rtl8723bs/include/rtw_eeprom.h
index 9b84105af816..b1e7ea3d984f 100644
--- a/drivers/staging/rtl8723bs/include/rtw_eeprom.h
+++ b/drivers/staging/rtl8723bs/include/rtw_eeprom.h
@@ -100,8 +100,8 @@ struct eeprom_priv {
u8 mac_addr[6]; /* PermanentAddress */
- u16 channel_plan;
- u16 CustomerID;
+ u16 channel_plan;
+ u16 CustomerID;
u8 efuse_eeprom_data[EEPROM_MAX_SIZE]; /* 92C:256bytes, 88E:512bytes, we use union set (512bytes) */
u8 adjuseVoltageVal;
@@ -110,7 +110,7 @@ struct eeprom_priv {
u8 EEPROMRFGainVal;
u8 sdio_setting;
- u32 ocr;
+ u32 ocr;
u8 cis0[eeprom_cis0_sz];
u8 cis1[eeprom_cis1_sz];
};
---
base-commit: db2ddb87143519e20a95aa36c60b36107b736a58
change-id: 20260811-rtl8723bs-space-before-tab-b68c9e7ce34e
Best regards,
--
Tomasz Unger <tomasz.unger@xxxxxxxx>