All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups
@ 2026-01-15 10:29 Khushal Chitturi
  2026-01-15 10:29 ` [PATCH 1/4] staging: rtl8723bs: fix operator and type cast spacing Khushal Chitturi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Khushal Chitturi @ 2026-01-15 10:29 UTC (permalink / raw)
  To: gregkh
  Cc: dan.carpenter, hansg, straube.linux, linux-staging, linux-kernel,
	Khushal Chitturi

This patch series performs minor refactoring and
coding style cleanups in the rtl8723bs driver,
focusing on rtw_xmit.c and addressing checkpatch.pl
warnings.

---
Khushal Chitturi (4):
  staging: rtl8723bs: fix operator and type cast spacing
  staging: rtl8723bs: simplify boolean expressions
  staging: rtl8723bs: rename CamelCase identifiers to snake_case
  staging: rtl8723bs: fix line length and alignment issues

 drivers/staging/rtl8723bs/core/rtw_cmd.c     |  17 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c    |   2 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c    | 238 +++++++++++--------
 drivers/staging/rtl8723bs/hal/hal_btcoex.c   |   2 +-
 drivers/staging/rtl8723bs/include/rtw_mlme.h |   6 +-
 5 files changed, 154 insertions(+), 111 deletions(-)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups
@ 2026-01-15  9:34 Khushal Chitturi
  2026-01-15  9:34 ` [PATCH 2/4] staging: rtl8723bs: simplify boolean expressions Khushal Chitturi
  0 siblings, 1 reply; 10+ messages in thread
From: Khushal Chitturi @ 2026-01-15  9:34 UTC (permalink / raw)
  To: gregkh
  Cc: straube.linux, hansg, dan.carpenter, linux-staging, linux-kernel,
	Khushal Chitturi

This patch series performs minor refactoring and
coding style cleanups in the rtl8723bs driver,
focusing on rtw_xmit.c and addressing checkpatch.pl
warnings.

---
Khushal Chitturi (4):
  staging: rtl8723bs: fix operator and type cast spacing
  staging: rtl8723bs: simplify boolean expressions
  staging: rtl8723bs: rename CamelCase identifiers to snake_case
  staging: rtl8723bs: fix line length and alignment issues

 drivers/staging/rtl8723bs/core/rtw_cmd.c     |  17 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c    |   2 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c    | 238 +++++++++++--------
 drivers/staging/rtl8723bs/hal/hal_btcoex.c   |   2 +-
 drivers/staging/rtl8723bs/include/rtw_mlme.h |   6 +-
 5 files changed, 154 insertions(+), 111 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-01-23 13:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 10:29 [PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups Khushal Chitturi
2026-01-15 10:29 ` [PATCH 1/4] staging: rtl8723bs: fix operator and type cast spacing Khushal Chitturi
2026-01-15 10:29 ` [PATCH 2/4] staging: rtl8723bs: simplify boolean expressions Khushal Chitturi
2026-01-18 11:59   ` Dan Carpenter
2026-01-23 13:37     ` Khushal Chitturi
2026-01-15 10:29 ` [PATCH 3/4] staging: rtl8723bs: rename CamelCase identifiers to snake_case Khushal Chitturi
2026-01-18 12:02   ` Dan Carpenter
2026-01-15 10:29 ` [PATCH 4/4] staging: rtl8723bs: fix line length and alignment issues Khushal Chitturi
2026-01-15 11:20 ` [PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2026-01-15  9:34 Khushal Chitturi
2026-01-15  9:34 ` [PATCH 2/4] staging: rtl8723bs: simplify boolean expressions Khushal Chitturi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.