[PATCH] staging: rtl8723bs: fix space before tab in rtw_recv.h

From: Tomasz Unger

Date: Wed Aug 12 2026 - 11:36:49 EST


Replace space-then-tab with a single tab between field type and
name for Cfo_short and Cfo_tail in struct phy_info, 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_recv.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/include/rtw_recv.h b/drivers/staging/rtl8723bs/include/rtw_recv.h
index 9c32d480a20a..153b43de9d5e 100644
--- a/drivers/staging/rtl8723bs/include/rtw_recv.h
+++ b/drivers/staging/rtl8723bs/include/rtw_recv.h
@@ -75,8 +75,8 @@ struct phy_info {

u8 rx_mimo_signal_strength[4];/* in 0~100 index */

- u16 Cfo_short[4]; /* per-path's Cfo_short */
- u16 Cfo_tail[4]; /* per-path's Cfo_tail */
+ u16 Cfo_short[4]; /* per-path's Cfo_short */
+ u16 Cfo_tail[4]; /* per-path's Cfo_tail */

s8 RxPower; /* in dBm Translate from PWdB */
s8 RecvSignalPower;/* Real power in dBm for this packet, no beautification and aggregation. Keep this raw info to be used for the other procedures. */

---
base-commit: db2ddb87143519e20a95aa36c60b36107b736a58
change-id: 20260812-rtl8723bs-space-before-tab-recv-b255f22d5e02

Best regards,
--
Tomasz Unger <tomasz.unger@xxxxxxxx>