All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: rtl8723bs: coding style and refactoring cleanups
@ 2026-01-11 18:36 Khushal Chitturi
  2026-01-11 18:36 ` [PATCH 1/9] staging: rtl8723bs: fix operator and type cast spacing Khushal Chitturi
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Khushal Chitturi @ 2026-01-11 18:36 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Michael Straube, Hans de Goede, Dan Carpenter, linux-staging,
	linux-kernel, Khushal Chitturi

This patch series refactors the rtl8723bs driver,
focusing on rtw_xmit.c and addressing most of the
checkpatch.pl warnings.

---
Khushal Chitturi (9):
  staging: rtl8723bs: fix operator and type cast spacing
  staging: rtl8723bs: remove empty branches
  staging: rtl8723bs: simplify boolean expressions
  staging: rtl8723bs: replace msleep with usleep_range in rtw_xmit.c
  staging: rtl8723bs: split chained assignments
  staging: rtl8723bs: rename struct members to snake_case
  staging: rtl8723bs: rename local variables to snake_case
  staging: rtl8723bs: replace N_BYTE_ALIGMENT with PTR_ALIGN
  staging: rtl8723bs: fix line length and alignment issues

 drivers/staging/rtl8723bs/core/rtw_ap.c       |  26 +-
 drivers/staging/rtl8723bs/core/rtw_cmd.c      |  66 ++--
 .../staging/rtl8723bs/core/rtw_ioctl_set.c    |  16 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c     |  48 +--
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 106 +++---
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |   4 +-
 drivers/staging/rtl8723bs/core/rtw_recv.c     |  34 +-
 drivers/staging/rtl8723bs/core/rtw_security.c |  38 +-
 .../staging/rtl8723bs/core/rtw_wlan_util.c    |   2 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c     | 338 ++++++++++--------
 drivers/staging/rtl8723bs/hal/hal_btcoex.c    |   8 +-
 drivers/staging/rtl8723bs/hal/hal_com.c       |   2 +-
 drivers/staging/rtl8723bs/hal/hal_intf.c      |   2 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c  |  32 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c   |   2 +-
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c |   2 +-
 .../staging/rtl8723bs/hal/rtl8723bs_recv.c    |   2 +-
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |   6 +-
 drivers/staging/rtl8723bs/include/rtw_mlme.h  |  16 +-
 .../staging/rtl8723bs/include/rtw_security.h  |  36 +-
 drivers/staging/rtl8723bs/include/rtw_xmit.h  |   2 +-
 drivers/staging/rtl8723bs/include/sta_info.h  |   2 +-
 drivers/staging/rtl8723bs/include/wifi.h      |  30 +-
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 176 ++++-----
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |  18 +-
 25 files changed, 526 insertions(+), 488 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-01-12  8:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-11 18:36 [PATCH 0/9] staging: rtl8723bs: coding style and refactoring cleanups Khushal Chitturi
2026-01-11 18:36 ` [PATCH 1/9] staging: rtl8723bs: fix operator and type cast spacing Khushal Chitturi
2026-01-11 18:36 ` [PATCH 2/9] staging: rtl8723bs: remove empty branches Khushal Chitturi
2026-01-12  8:02   ` Dan Carpenter
2026-01-11 18:36 ` [PATCH 3/9] staging: rtl8723bs: simplify boolean expressions Khushal Chitturi
2026-01-12  8:18   ` Dan Carpenter
2026-01-11 18:36 ` [PATCH 4/9] staging: rtl8723bs: replace msleep with usleep_range in rtw_xmit.c Khushal Chitturi
2026-01-11 18:36 ` [PATCH 5/9] staging: rtl8723bs: split chained assignments Khushal Chitturi
2026-01-12  8:01   ` Dan Carpenter
2026-01-11 18:36 ` [PATCH 6/9] staging: rtl8723bs: rename struct members to snake_case Khushal Chitturi
2026-01-11 18:36 ` [PATCH 7/9] staging: rtl8723bs: rename local variables " Khushal Chitturi
2026-01-11 18:36 ` [PATCH 8/9] staging: rtl8723bs: replace N_BYTE_ALIGMENT with PTR_ALIGN Khushal Chitturi
2026-01-11 18:36 ` [PATCH 9/9] staging: rtl8723bs: fix line length and alignment issues 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.