[PATCH v6 0/4] staging: rtl8723bs: coding style and refactoring cleanups

Khushal Chitturi posted 4 patches 5 days, 21 hours ago
drivers/staging/rtl8723bs/core/rtw_cmd.c      | 104 ++++++------
.../staging/rtl8723bs/core/rtw_ioctl_set.c    |  66 ++++----
drivers/staging/rtl8723bs/core/rtw_mlme.c     |  21 ++-
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  10 +-
drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |   2 +-
drivers/staging/rtl8723bs/core/rtw_recv.c     |   4 +-
drivers/staging/rtl8723bs/core/rtw_xmit.c     | 149 +++++++++++-------
drivers/staging/rtl8723bs/hal/hal_btcoex.c    |   6 +-
.../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |   4 +-
drivers/staging/rtl8723bs/include/rtw_mlme.h  |  31 ++--
.../staging/rtl8723bs/include/rtw_mlme_ext.h  |   2 +-
.../staging/rtl8723bs/os_dep/ioctl_cfg80211.c |  16 +-
drivers/staging/rtl8723bs/os_dep/os_intfs.c   |   8 +-
13 files changed, 230 insertions(+), 193 deletions(-)
[PATCH v6 0/4] staging: rtl8723bs: coding style and refactoring cleanups
Posted by Khushal Chitturi 5 days, 21 hours ago
This patch series performs minor refactoring and coding style cleanups
across the rtl8723bs driver, addressing checkpatch.pl warnings.

---
Changelog:
v5 -> v6: Split LinkDetectInfo renaming and adddress 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 (4):
  staging: rtl8723bs: rename LinkDetectInfo and clean up related code
  staging: rtl8723bs: convert traffic status variables to bool
  staging: rtl8723bs: simplify boolean expressions
  staging: rtl8723bs: fix line length and alignment issues

 drivers/staging/rtl8723bs/core/rtw_cmd.c      | 104 ++++++------
 .../staging/rtl8723bs/core/rtw_ioctl_set.c    |  66 ++++----
 drivers/staging/rtl8723bs/core/rtw_mlme.c     |  21 ++-
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  10 +-
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |   2 +-
 drivers/staging/rtl8723bs/core/rtw_recv.c     |   4 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c     | 149 +++++++++++-------
 drivers/staging/rtl8723bs/hal/hal_btcoex.c    |   6 +-
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |   4 +-
 drivers/staging/rtl8723bs/include/rtw_mlme.h  |  31 ++--
 .../staging/rtl8723bs/include/rtw_mlme_ext.h  |   2 +-
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c |  16 +-
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |   8 +-
 13 files changed, 230 insertions(+), 193 deletions(-)

-- 
2.52.0