Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v1 0/4] staging: rtl8723bs: Fix missing spaces around operators
@ 2026-06-14 12:21 Moksh Panicker
  2026-06-14 12:21 ` [PATCH v1 1/4] staging: rtl8723bs: Fix missing space around '+' operator in hal_sdio.c Moksh Panicker
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Moksh Panicker @ 2026-06-14 12:21 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, skhan, Moksh Panicker

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@gmail.com>

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-06-15  7:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-14 12:21 [PATCH v1 0/4] staging: rtl8723bs: Fix missing spaces around operators Moksh Panicker
2026-06-14 12:21 ` [PATCH v1 1/4] staging: rtl8723bs: Fix missing space around '+' operator in hal_sdio.c Moksh Panicker
2026-06-15  7:26   ` Dan Carpenter
2026-06-14 12:21 ` [PATCH v1 2/4] staging: rtl8723bs: Fix missing space around '-' operator in hal_com_phycfg.c Moksh Panicker
2026-06-14 12:21 ` [PATCH v1 3/4] staging: rtl8723bs: Fix missing spaces around operators in HalPwrSeqCmd.c Moksh Panicker
2026-06-14 12:21 ` [PATCH v1 4/4] staging: rtl8723bs: Fix missing spaces around '-' operator in HalPhyRf.c Moksh Panicker
2026-06-15  7:28 ` [PATCH v1 0/4] staging: rtl8723bs: Fix missing spaces around operators Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox