public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: rtl8723bs: CamelCase cleanup series
@ 2026-03-08 19:27 Jose A. Perez de Azpillaga
  2026-03-08 19:27 ` [PATCH 1/4] staging: rtl8723bs: remove Hungarian notation from booleans Jose A. Perez de Azpillaga
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jose A. Perez de Azpillaga @ 2026-03-08 19:27 UTC (permalink / raw)
  To: linux-staging

This series fixes CamelCase and Hungarian notation warnings reported by
checkpatch.pl for the rtl8723bs driver.

Jose A. Perez de Azpillaga (4):
  staging: rtl8723bs: remove Hungarian notation from booleans
  staging: rtl8723bs: rename hal_btcoex functions to snake_case
  staging: rtl8723bs: fix CamelCase in power management logic
  staging: rtl8723bs: fix CamelCase in security identifiers

 drivers/staging/rtl8723bs/core/rtw_ap.c       |  10 +-
 drivers/staging/rtl8723bs/core/rtw_btcoex.c   |   4 +-
 drivers/staging/rtl8723bs/core/rtw_cmd.c      |  18 +--
 .../staging/rtl8723bs/core/rtw_ioctl_set.c    |   2 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c     |  26 ++--
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  32 ++---
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  | 130 +++++++++---------
 drivers/staging/rtl8723bs/core/rtw_recv.c     |  20 +--
 drivers/staging/rtl8723bs/core/rtw_security.c |   4 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c     |   4 +-
 drivers/staging/rtl8723bs/hal/hal_btcoex.c    |  12 +-
 drivers/staging/rtl8723bs/hal/hal_com.c       |   2 +-
 drivers/staging/rtl8723bs/hal/odm.c           |   2 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c  |  16 +--
 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c   |   2 +-
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c |  10 +-
 .../staging/rtl8723bs/hal/rtl8723b_phycfg.c   |   4 +-
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |  14 +-
 drivers/staging/rtl8723bs/hal/sdio_ops.c      |   2 +-
 drivers/staging/rtl8723bs/include/drv_types.h |  14 +-
 .../staging/rtl8723bs/include/hal_btcoex.h    |  12 +-
 drivers/staging/rtl8723bs/include/rtw_mlme.h  |   2 +-
 .../staging/rtl8723bs/include/rtw_pwrctrl.h   |  14 +-
 .../staging/rtl8723bs/include/rtw_security.h  |   8 +-
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c |  42 +++---
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |  38 ++---
 drivers/staging/rtl8723bs/os_dep/sdio_intf.c  |  14 +-
 .../staging/rtl8723bs/os_dep/sdio_ops_linux.c |  32 ++---
 28 files changed, 245 insertions(+), 245 deletions(-)

--
2.53.0


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

end of thread, other threads:[~2026-03-09 16:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-08 19:27 [PATCH 0/4] staging: rtl8723bs: CamelCase cleanup series Jose A. Perez de Azpillaga
2026-03-08 19:27 ` [PATCH 1/4] staging: rtl8723bs: remove Hungarian notation from booleans Jose A. Perez de Azpillaga
2026-03-09 16:54   ` Greg Kroah-Hartman
2026-03-08 19:27 ` [PATCH 2/4] staging: rtl8723bs: rename hal_btcoex functions to snake_case Jose A. Perez de Azpillaga
2026-03-09 16:54   ` Greg Kroah-Hartman
2026-03-08 19:27 ` [PATCH 3/4] staging: rtl8723bs: fix CamelCase in power management logic Jose A. Perez de Azpillaga
2026-03-08 19:27 ` [PATCH 4/4] staging: rtl8723bs: fix CamelCase in security identifiers Jose A. Perez de Azpillaga

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