* [PATCH] staging: rtl8723bs: Fix spelling mistake in comment
[not found] <20260304-rtl8723bs-fix-spelling-v1-1-e2bcc89d5311.ref@yahoo.pl>
@ 2026-03-04 8:41 ` Tomasz Unger
2026-03-05 22:21 ` Ethan Tidmore
0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Unger @ 2026-03-04 8:41 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-staging, linux-kernel, Tomasz Unger
Fix typo 'termindate' -> 'terminate' in a comment.
Found with codespell. No other occurrences in this file.
Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
---
drivers/staging/rtl8723bs/os_dep/os_intfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
index 29939bf5a156..c2cf5f11bc3c 100644
--- a/drivers/staging/rtl8723bs/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
@@ -492,7 +492,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);
---
base-commit: 0031c06807cfa8aa51a759ff8aa09e1aa48149af
change-id: 20260304-rtl8723bs-fix-spelling-f4601b3ef5c3
Best regards,
--
Tomasz Unger <tomasz.unger@yahoo.pl>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-05 22:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260304-rtl8723bs-fix-spelling-v1-1-e2bcc89d5311.ref@yahoo.pl>
2026-03-04 8:41 ` [PATCH] staging: rtl8723bs: Fix spelling mistake in comment Tomasz Unger
2026-03-05 22:21 ` Ethan Tidmore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox