[PATCH v1 0/4] staging: rtl8723bs: Fix missing spaces around operators
From: Moksh Panicker
Date: Sun Jun 14 2026 - 08:22:35 EST
This patch series fixes missing spaces around arithmetic and bitwise
operators ('+',' -', '&') in the rtl8723bs staging driver. These were
flagged by checkpatch.pl with:
CHECK: spaces preferred around that 'X' (ctx:VxV)
Each patch addresses one file independently.
Signed-off-by: Moksh Panicker <mokshpanicker.7@xxxxxxxxx>
Moksh Panicker (4):
staging: rtl8723bs: Fix missing space around '+' operator in
hal_sdio.c
staging: rtl8723bs: Fix missing space around '-' operator in
hal_com_phycfg.c
staging: rtl8723bs: Fix missing spaces around operators in
HalPwrSeqCmd.c
staging: rtl8723bs: Fix missing spaces around '-' operator in
HalPhyRf.c
drivers/staging/rtl8723bs/hal/HalPhyRf.c | 8 ++++----
drivers/staging/rtl8723bs/hal/HalPwrSeqCmd.c | 6 +++---
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 2 +-
drivers/staging/rtl8723bs/hal/hal_sdio.c | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
--
2.34.1