[PATCH] staging: rtl8723bs: Fix spelling mistake in comment

From: Tomasz Unger

Date: Wed Mar 04 2026 - 03:52:32 EST


Fix typo 'termindate' -> 'terminate' in a comment.
Found with codespell. No other occurrences in this file.

Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
---
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@xxxxxxxx>