From: frankfmy <pryanishnikovartem@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev
Subject: [PATCH 2/5] staging: rtl8723bs: fix spelling errors in hal driver files
Date: Thu, 05 Feb 2026 23:27:01 +0400 [thread overview]
Message-ID: <1770319622.2.pryanishnikovartem@gmail.com> (raw)
In-Reply-To: <1770319619.1.pryanishnikovartem@gmail.com>
Fix spelling errors found by codespell in the rtl8723bs staging
driver hal files:
- sdio_halinit.c: gurantee -> guarantee
- sdio_ops.c: Enalbe -> Enable
- rtl8723b_cmd.c: lastest -> last
Signed-off-by: frankfmy <pryanishnikovartem@gmail.com>
---
drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c | 2 +-
drivers/staging/rtl8723bs/hal/sdio_halinit.c | 2 +-
drivers/staging/rtl8723bs/hal/sdio_ops.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c b/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c
index af6cdda82..ed542e936 100644
--- a/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c
+++ b/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c
@@ -835,7 +835,7 @@ static void SetFwRsvdPagePkt_BTCoex(struct adapter *padapter)
BufIndex += (CurtPktPageNum*PageSize);
- /* Jump to lastest page */
+ /* Jump to last page */
if (BufIndex < (MaxRsvdPageBufSize - PageSize)) {
BufIndex = TxDescOffset + (MaxRsvdPageBufSize - PageSize);
TotalPageNum = BCNQ_PAGE_NUM_8723B - 1;
diff --git a/drivers/staging/rtl8723bs/hal/sdio_halinit.c b/drivers/staging/rtl8723bs/hal/sdio_halinit.c
index 4e81ef53d..bb8a4c999 100644
--- a/drivers/staging/rtl8723bs/hal/sdio_halinit.c
+++ b/drivers/staging/rtl8723bs/hal/sdio_halinit.c
@@ -388,7 +388,7 @@ static void _InitWMACSetting(struct adapter *padapter)
/* 2010.09.08 hpfan */
/* Since ADF is removed from RCR, ps-poll will not be indicate to driver, */
- /* RxFilterMap should mask ps-poll to gurantee AP mode can rx ps-poll. */
+ /* RxFilterMap should mask ps-poll to guarantee AP mode can rx ps-poll. */
value16 = 0x400;
rtw_write16(padapter, REG_RXFLTMAP1, value16);
diff --git a/drivers/staging/rtl8723bs/hal/sdio_ops.c b/drivers/staging/rtl8723bs/hal/sdio_ops.c
index 0ee50b4a1..8e8977dac 100644
--- a/drivers/staging/rtl8723bs/hal/sdio_ops.c
+++ b/drivers/staging/rtl8723bs/hal/sdio_ops.c
@@ -719,7 +719,7 @@ void InitSysInterrupt8723BSdio(struct adapter *adapter)
/* */
/* Description: */
-/* Enalbe SDIO Host Interrupt Mask configuration on SDIO local domain. */
+/* Enable SDIO Host Interrupt Mask configuration on SDIO local domain. */
/* */
/* Assumption: */
/* 1. Using SDIO Local register ONLY for configuration. */
--
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 ` frankfmy [this message]
2026-02-05 19:27 ` [PATCH 3/5] staging: rtl8723bs: fix spelling errors in os_dep files frankfmy
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=1770319622.2.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.