* [PATCH] staging: rtl8723bs: fix typo in comment
@ 2025-09-11 15:02 Akiyoshi Kurita
2025-09-11 18:52 ` Dan Carpenter
0 siblings, 1 reply; 6+ messages in thread
From: Akiyoshi Kurita @ 2025-09-11 15:02 UTC (permalink / raw)
To: gregkh; +Cc: linux-staging, linux-kernel, Akiyoshi Kurita
Fix a spelling mistake in hal_pwr_seq.c:
- 'configurtions' → 'configurations'
No functional change.
Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
drivers/staging/rtl8723bs/hal/hal_pwr_seq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c b/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
index 2438931ca51b..fba67a7c069c 100644
--- a/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
+++ b/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
@@ -8,7 +8,7 @@
/*
*
This file includes all kinds of Power Action event for RTL8723B
-and corresponding hardware configurations which are released from HW SD.
+and corresponding hardware configurtions which are released from HW SD.
Major Change History:
When Who What
--
2.47.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] staging: rtl8723bs: fix typo in comment
2025-09-11 15:02 [PATCH] staging: rtl8723bs: fix " Akiyoshi Kurita
@ 2025-09-11 18:52 ` Dan Carpenter
0 siblings, 0 replies; 6+ messages in thread
From: Dan Carpenter @ 2025-09-11 18:52 UTC (permalink / raw)
To: Akiyoshi Kurita; +Cc: gregkh, linux-staging, linux-kernel
On Fri, Sep 12, 2025 at 12:02:07AM +0900, Akiyoshi Kurita wrote:
> Fix a spelling mistake in hal_pwr_seq.c:
> - 'configurtions' → 'configurations'
>
> No functional change.
This part isn't required. It's obvious.
>
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
> ---
> drivers/staging/rtl8723bs/hal/hal_pwr_seq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c b/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
> index 2438931ca51b..fba67a7c069c 100644
> --- a/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
> +++ b/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
> @@ -8,7 +8,7 @@
> /*
> *
> This file includes all kinds of Power Action event for RTL8723B
> -and corresponding hardware configurations which are released from HW SD.
> +and corresponding hardware configurtions which are released from HW SD.
I don't know how you did it, but you somehow reversed this patch.
The - lines in a patch are the old lines and the + lines are the new
lines.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] staging : rtl8723bs : Fix typo in comment
@ 2026-02-18 8:19 Giorgi Tchankvetadze
2026-02-18 17:51 ` Ethan Tidmore
0 siblings, 1 reply; 6+ messages in thread
From: Giorgi Tchankvetadze @ 2026-02-18 8:19 UTC (permalink / raw)
To: gregkh, linux-staging; +Cc: johan, elder, linux-kernel, Giorgi Tchankvetadze
Change "inclued" to "included"
Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
index a47d0d3fa2b7..038157442348 100644
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
@@ -2264,7 +2264,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 */
--
2.52.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] staging: rtl8723bs: Fix typo in comment
@ 2026-02-18 8:42 Giorgi Tchankvetadze
0 siblings, 0 replies; 6+ messages in thread
From: Giorgi Tchankvetadze @ 2026-02-18 8:42 UTC (permalink / raw)
To: gregkh, linux-staging; +Cc: linux-kernel, Giorgi Tchankvetadze
Changed "Enalbe" to "Enable"
Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
drivers/staging/rtl8723bs/hal/sdio_ops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/hal/sdio_ops.c b/drivers/staging/rtl8723bs/hal/sdio_ops.c
index c9cb20c61a2b..d653d5df7d35 100644
--- a/drivers/staging/rtl8723bs/hal/sdio_ops.c
+++ b/drivers/staging/rtl8723bs/hal/sdio_ops.c
@@ -720,7 +720,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.52.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] staging : rtl8723bs : Fix typo in comment
@ 2026-02-18 9:03 Giorgi Tchankvetadze
0 siblings, 0 replies; 6+ messages in thread
From: Giorgi Tchankvetadze @ 2026-02-18 9:03 UTC (permalink / raw)
To: gregkh, linux-staging; +Cc: linux-kernel, Giorgi Tchankvetadze
Change 'adpative" to "adaptive"
Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
drivers/staging/rtl8723bs/include/rtw_xmit.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_xmit.h b/drivers/staging/rtl8723bs/include/rtw_xmit.h
index 544468f57692..67a5d5f78a1d 100644
--- a/drivers/staging/rtl8723bs/include/rtw_xmit.h
+++ b/drivers/staging/rtl8723bs/include/rtw_xmit.h
@@ -157,7 +157,7 @@ struct pkt_attrib {
u8 key_idx;
u8 qos_en;
u8 ht_en;
- u8 raid;/* rate adpative id */
+ u8 raid;/* rate adaptive id */
u8 bwmode;
u8 ch_offset;/* PRIME_CHNL_OFFSET */
u8 sgi;/* short GI */
--
2.52.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] staging : rtl8723bs : Fix typo in comment
2026-02-18 8:19 [PATCH] staging : rtl8723bs : Fix typo in comment Giorgi Tchankvetadze
@ 2026-02-18 17:51 ` Ethan Tidmore
0 siblings, 0 replies; 6+ messages in thread
From: Ethan Tidmore @ 2026-02-18 17:51 UTC (permalink / raw)
To: Giorgi Tchankvetadze, gregkh, linux-staging; +Cc: johan, elder, linux-kernel
On Wed Feb 18, 2026 at 2:19 AM CST, Giorgi Tchankvetadze wrote:
> Change "inclued" to "included"
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
> ---
Your subject line shouldn't have spaces between the colons. It needs to
be:
staging: rtl8723bs: Fix typo in comment
Thanks,
ET
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-02-18 17:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-18 8:19 [PATCH] staging : rtl8723bs : Fix typo in comment Giorgi Tchankvetadze
2026-02-18 17:51 ` Ethan Tidmore
-- strict thread matches above, loose matches on Subject: below --
2026-02-18 9:03 Giorgi Tchankvetadze
2026-02-18 8:42 [PATCH] staging: rtl8723bs: " Giorgi Tchankvetadze
2025-09-11 15:02 [PATCH] staging: rtl8723bs: fix " Akiyoshi Kurita
2025-09-11 18:52 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox