From: "Jose A. Perez de Azpillaga" <azpijr@gmail.com>
To: linux-staging@lists.linux.dev
Subject: [PATCH 0/4] staging: rtl8723bs: CamelCase cleanup series
Date: Sun, 8 Mar 2026 20:27:15 +0100 [thread overview]
Message-ID: <20260308192734.186757-1-azpijr@gmail.com> (raw)
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
next reply other threads:[~2026-03-08 19:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-08 19:27 Jose A. Perez de Azpillaga [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260308192734.186757-1-azpijr@gmail.com \
--to=azpijr@gmail.com \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox