All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/7] staging: rtl8723bs: coding style and refactoring cleanups
@ 2026-02-12 14:21 Khushal Chitturi
  2026-02-12 14:21 ` [PATCH v7 1/7] staging: rtl8723bs: rename LinkDetectInfo to link_detect_info Khushal Chitturi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Khushal Chitturi @ 2026-02-12 14:21 UTC (permalink / raw)
  To: gregkh
  Cc: dan.carpenter, straube.linux, hansg, ethantidmore06,
	linux-staging, linux-kernel, Khushal Chitturi

This patch series performs minor refactoring and coding style cleanups
across the rtl8723bs driver, addressing checkpatch.pl warnings.
---
Changelog:
v6 -> v7: Split patches further to keep one change per patch.
v5 -> v6: Split LinkDetectInfo renaming and address checkpatch issues
in separate patches.
v4 -> v5: Rebased onto current staging-testing.
v3 -> v4: Updated rename scope, cleaned up formatting, comments, and
parentheses.
v2 -> v3: Resubmitted as a versioned series to avoid threading confusion.
v1 -> v2: Fixed incorrect commit messages.

Khushal Chitturi (7):
  staging: rtl8723bs: rename LinkDetectInfo to link_detect_info
  staging: rtl8723bs: rename rt_link_detect_t fields to snake_case
  staging: rtl8723bs: convert traffic_status_watchdog() local variables
    to snake_case
  staging: rtl8723bs: remove stale commented code
  staging: rtl8723bs: use bool for traffic_status_watchdog()
  staging: rtl8723bs: simplify boolean expressions
  staging: rtl8723bs: align and split variable declarations

 drivers/staging/rtl8723bs/core/rtw_cmd.c      | 105 ++++++++++--------
 .../staging/rtl8723bs/core/rtw_ioctl_set.c    |  13 +--
 drivers/staging/rtl8723bs/core/rtw_mlme.c     |  15 ++-
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |   9 +-
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |   2 +-
 drivers/staging/rtl8723bs/core/rtw_recv.c     |   4 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c     |   2 +-
 drivers/staging/rtl8723bs/hal/hal_btcoex.c    |   6 +-
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |   4 +-
 drivers/staging/rtl8723bs/include/rtw_mlme.h  |  28 ++---
 .../staging/rtl8723bs/include/rtw_mlme_ext.h  |   2 +-
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c |   2 +-
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |   7 +-
 13 files changed, 101 insertions(+), 98 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-02-12 14:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 14:21 [PATCH v7 0/7] staging: rtl8723bs: coding style and refactoring cleanups Khushal Chitturi
2026-02-12 14:21 ` [PATCH v7 1/7] staging: rtl8723bs: rename LinkDetectInfo to link_detect_info Khushal Chitturi
2026-02-12 14:21 ` [PATCH v7 2/7] staging: rtl8723bs: rename rt_link_detect_t fields to snake_case Khushal Chitturi
2026-02-12 14:21 ` [PATCH v7 3/7] staging: rtl8723bs: convert traffic_status_watchdog() local variables " Khushal Chitturi
2026-02-12 14:21 ` [PATCH v7 4/7] staging: rtl8723bs: remove stale commented code Khushal Chitturi
2026-02-12 14:21 ` [PATCH v7 5/7] staging: rtl8723bs: use bool for traffic_status_watchdog() Khushal Chitturi
2026-02-12 14:21 ` [PATCH v7 6/7] staging: rtl8723bs: simplify boolean expressions Khushal Chitturi
2026-02-12 14:21 ` [PATCH v7 7/7] staging: rtl8723bs: align and split variable declarations 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.