From: frankfmy <pryanishnikovartem@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev
Subject: [PATCH 3/5] staging: rtl8723bs: fix spelling errors in os_dep files
Date: Thu, 05 Feb 2026 23:27:04 +0400 [thread overview]
Message-ID: <1770319626.3.pryanishnikovartem@gmail.com> (raw)
In-Reply-To: <1770319619.1.pryanishnikovartem@gmail.com>
Fix spelling errors found by codespell in the rtl8723bs staging
driver os_dep files:
- wifi_regd.c: PASSIV -> PASSIVE
- ioctl_cfg80211.c: inclued -> included, regulary -> regulatory
- os_intfs.c: termindate -> terminate
Signed-off-by: frankfmy <pryanishnikovartem@gmail.com>
---
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 4 ++--
drivers/staging/rtl8723bs/os_dep/os_intfs.c | 2 +-
drivers/staging/rtl8723bs/os_dep/wifi_regd.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
index 60edeae1c..cfcf5bafe 100644
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
@@ -2266,7 +2266,7 @@ static int rtw_add_beacon(struct adapter *adapter, const u8 *head, size_t head_l
len = head_len + tail_len - 24;
- /* check wps ie if inclued */
+ /* check wps ie if included */
rtw_get_wps_ie(pbuf + _FIXED_IE_LENGTH_, len - _FIXED_IE_LENGTH_, NULL, &wps_ielen);
/* pbss_network->ies will not include p2p_ie, wfd ie */
@@ -2720,7 +2720,7 @@ int rtw_wdev_alloc(struct adapter *padapter, struct device *dev)
*((struct adapter **)wiphy_priv(wiphy)) = padapter;
rtw_cfg80211_preinit_wiphy(padapter, wiphy);
- /* init regulary domain */
+ /* init regulatory domain */
rtw_regd_init(wiphy, rtw_reg_notifier);
ret = wiphy_register(wiphy);
diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
index 6ca6dc548..e5a41f7f0 100644
--- a/drivers/staging/rtl8723bs/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
@@ -488,7 +488,7 @@ void rtw_stop_drv_threads(struct adapter *padapter)
{
rtw_stop_cmd_thread(padapter);
- /* Below is to termindate tx_thread... */
+ /* Below is to terminate tx_thread... */
complete(&padapter->xmitpriv.xmit_comp);
wait_for_completion(&padapter->xmitpriv.terminate_xmitthread_comp);
diff --git a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
index f9c4d487b..ece4554d7 100644
--- a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
+++ b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
@@ -27,7 +27,7 @@
* by case basis by regulatory domain
*/
-/* 2G chan 12 - chan 13, PASSIV SCAN */
+/* 2G chan 12 - chan 13, PASSIVE SCAN */
#define RTW_2GHZ_CH12_13 \
REG_RULE(2467 - 10, 2472 + 10, 40, 0, 20, \
NL80211_RRF_PASSIVE_SCAN)
--
2.34.1
next prev parent reply other threads:[~2026-02-05 19:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-05 19:26 [PATCH 1/5] staging: rtl8723bs: fix spelling errors in core driver files frankfmy
2026-02-05 19:27 ` [PATCH 2/5] staging: rtl8723bs: fix spelling errors in hal " frankfmy
2026-02-05 19:27 ` frankfmy [this message]
2026-02-05 19:27 ` [PATCH 4/5] staging: rtl8723bs: fix spelling errors in header files frankfmy
2026-02-05 19:27 ` [PATCH 5/5] staging: greybus: fix spelling errors frankfmy
2026-02-07 13:39 ` [PATCH 1/5] staging: rtl8723bs: fix spelling errors in core driver files Greg KH
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=1770319626.3.pryanishnikovartem@gmail.com \
--to=pryanishnikovartem@gmail.com \
--cc=gregkh@linuxfoundation.org \
--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