public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/1] staging: rtl8723bs: verify boolean and logics and rename dot11AuthAlgrthm
@ 2026-04-11  3:53 Nguyen Duc Thinh
  2026-04-11  3:53 ` [PATCH] " Nguyen Duc Thinh
  2026-04-11 15:40 ` [PATCH 0/1] " Luka Gejak
  0 siblings, 2 replies; 4+ messages in thread
From: Nguyen Duc Thinh @ 2026-04-11  3:53 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, ducthinh100812

This series cleans up the rtl8723bs driver by renaming the CamelCase variable dot11AuthAlgrthm to dot11_auth_algrthm and refactoring boolean comparisons to follow Linux coding standards. Both changes were verified by building individual object files and running checkpatch.pl.

Nguyen Duc Thinh (1):
  staging: rtl8723bs: verify boolean and logics and rename
    dot11AuthAlgrthm

 drivers/staging/rtl8723bs/core/rtw_ap.c       | 28 ++++----
 drivers/staging/rtl8723bs/core/rtw_btcoex.c   |  2 +-
 .../staging/rtl8723bs/core/rtw_ieee80211.c    |  2 +-
 .../staging/rtl8723bs/core/rtw_ioctl_set.c    | 40 +++++------
 drivers/staging/rtl8723bs/core/rtw_mlme.c     | 16 ++---
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 22 +++---
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |  2 +-
 drivers/staging/rtl8723bs/core/rtw_recv.c     | 70 +++++++++----------
 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c  |  2 +-
 .../staging/rtl8723bs/core/rtw_wlan_util.c    |  8 +--
 drivers/staging/rtl8723bs/core/rtw_xmit.c     | 36 +++++-----
 drivers/staging/rtl8723bs/hal/hal_com.c       |  2 +-
 drivers/staging/rtl8723bs/include/rtw_mlme.h  | 12 ++--
 .../staging/rtl8723bs/include/rtw_security.h  | 14 ++--
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 32 ++++-----
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |  2 +-
 16 files changed, 145 insertions(+), 145 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-04-11 16:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-11  3:53 [PATCH 0/1] staging: rtl8723bs: verify boolean and logics and rename dot11AuthAlgrthm Nguyen Duc Thinh
2026-04-11  3:53 ` [PATCH] " Nguyen Duc Thinh
2026-04-11 16:48   ` Luka Gejak
2026-04-11 15:40 ` [PATCH 0/1] " Luka Gejak

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