* [PATCH] staging: rtl8723bs: fix spelling mistake in rtw_recv.c
@ 2026-06-13 15:58 Brock Haftner
2026-07-07 11:19 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Brock Haftner @ 2026-06-13 15:58 UTC (permalink / raw)
To: Greg Kroah-Hartman, outreachy; +Cc: linux-staging, linux-kernel, Brock Haftner
Correct the spelling of the word "temporily" to "temporarily"
in the comments within rtw_recv.c to improve code readability.
Signed-off-by: Brock Haftner <brockhaftner@gmail.com>
---
drivers/staging/rtl8723bs/core/rtw_recv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_recv.c b/drivers/staging/rtl8723bs/core/rtw_recv.c
index 86c5e2c4e7dd..0ffa69c38bca 100644
--- a/drivers/staging/rtl8723bs/core/rtw_recv.c
+++ b/drivers/staging/rtl8723bs/core/rtw_recv.c
@@ -815,7 +815,7 @@ static signed int ap2sta_data_frame(struct adapter *adapter, union recv_frame *p
}
if (GetFrameSubType(ptr) & BIT(6)) {
- /* No data, will not indicate to upper layer, temporily count it here */
+ /* No data, will not indicate to upper layer, temporarily count it here */
count_rx_stats(adapter, precv_frame, *psta);
ret = RTW_RX_HANDLED;
goto exit;
@@ -895,7 +895,7 @@ static signed int sta2ap_data_frame(struct adapter *adapter, union recv_frame *p
process_wmmps_data(adapter, precv_frame);
if (GetFrameSubType(ptr) & BIT(6)) {
- /* No data, will not indicate to upper layer, temporily count it here */
+ /* No data, will not indicate to upper layer, temporarily count it here */
count_rx_stats(adapter, precv_frame, *psta);
ret = RTW_RX_HANDLED;
goto exit;
--
2.54.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] staging: rtl8723bs: fix spelling mistake in rtw_recv.c
2026-06-13 15:58 [PATCH] staging: rtl8723bs: fix spelling mistake in rtw_recv.c Brock Haftner
@ 2026-07-07 11:19 ` Greg Kroah-Hartman
0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2026-07-07 11:19 UTC (permalink / raw)
To: Brock Haftner; +Cc: outreachy, linux-staging, linux-kernel
On Sat, Jun 13, 2026 at 08:58:07AM -0700, Brock Haftner wrote:
> Correct the spelling of the word "temporily" to "temporarily"
> in the comments within rtw_recv.c to improve code readability.
>
> Signed-off-by: Brock Haftner <brockhaftner@gmail.com>
> ---
> drivers/staging/rtl8723bs/core/rtw_recv.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rtl8723bs/core/rtw_recv.c b/drivers/staging/rtl8723bs/core/rtw_recv.c
> index 86c5e2c4e7dd..0ffa69c38bca 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_recv.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_recv.c
> @@ -815,7 +815,7 @@ static signed int ap2sta_data_frame(struct adapter *adapter, union recv_frame *p
> }
>
> if (GetFrameSubType(ptr) & BIT(6)) {
> - /* No data, will not indicate to upper layer, temporily count it here */
> + /* No data, will not indicate to upper layer, temporarily count it here */
> count_rx_stats(adapter, precv_frame, *psta);
> ret = RTW_RX_HANDLED;
> goto exit;
> @@ -895,7 +895,7 @@ static signed int sta2ap_data_frame(struct adapter *adapter, union recv_frame *p
> process_wmmps_data(adapter, precv_frame);
>
> if (GetFrameSubType(ptr) & BIT(6)) {
> - /* No data, will not indicate to upper layer, temporily count it here */
> + /* No data, will not indicate to upper layer, temporarily count it here */
> count_rx_stats(adapter, precv_frame, *psta);
> ret = RTW_RX_HANDLED;
> goto exit;
> --
> 2.54.0
>
>
Soeone already sent this patch before you did, sorry.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20260527-staging-fix-1-v1-1-66ad880bcf76.ref@yahoo.pl>]
* [PATCH] staging: rtl8723bs: fix spelling mistake in rtw_recv.c
[not found] <20260527-staging-fix-1-v1-1-66ad880bcf76.ref@yahoo.pl>
@ 2026-05-27 18:31 ` Tomasz Unger
0 siblings, 0 replies; 3+ messages in thread
From: Tomasz Unger @ 2026-05-27 18:31 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-staging, linux-kernel, Tomasz Unger
Fix typo 'temporily' -> 'temporarily' in comments.
Found by codespell.
Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
---
drivers/staging/rtl8723bs/core/rtw_recv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_recv.c b/drivers/staging/rtl8723bs/core/rtw_recv.c
index 86c5e2c4e7dd..0ffa69c38bca 100644
--- a/drivers/staging/rtl8723bs/core/rtw_recv.c
+++ b/drivers/staging/rtl8723bs/core/rtw_recv.c
@@ -815,7 +815,7 @@ static signed int ap2sta_data_frame(struct adapter *adapter, union recv_frame *p
}
if (GetFrameSubType(ptr) & BIT(6)) {
- /* No data, will not indicate to upper layer, temporily count it here */
+ /* No data, will not indicate to upper layer, temporarily count it here */
count_rx_stats(adapter, precv_frame, *psta);
ret = RTW_RX_HANDLED;
goto exit;
@@ -895,7 +895,7 @@ static signed int sta2ap_data_frame(struct adapter *adapter, union recv_frame *p
process_wmmps_data(adapter, precv_frame);
if (GetFrameSubType(ptr) & BIT(6)) {
- /* No data, will not indicate to upper layer, temporily count it here */
+ /* No data, will not indicate to upper layer, temporarily count it here */
count_rx_stats(adapter, precv_frame, *psta);
ret = RTW_RX_HANDLED;
goto exit;
---
base-commit: 7cb1c5b32a2bfde961fff8d5204526b609bcb30a
change-id: 20260527-staging-fix-1-aa6540361258
Best regards,
--
Tomasz Unger <tomasz.unger@yahoo.pl>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-07 11:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-13 15:58 [PATCH] staging: rtl8723bs: fix spelling mistake in rtw_recv.c Brock Haftner
2026-07-07 11:19 ` Greg Kroah-Hartman
[not found] <20260527-staging-fix-1-v1-1-66ad880bcf76.ref@yahoo.pl>
2026-05-27 18:31 ` Tomasz Unger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox