summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Unger <tomasz.unger@yahoo.pl>2026-03-04 11:41:41 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-09 19:49:19 +0300
commiteb069110bd335cbd9e349463497bdd14cdd134e6 (patch)
tree2147d0eb95b9a3cef7b26c53fe80e40b61e3ddd5
parent7004af17eda439bc1364c3f06f3e22167b4f42d9 (diff)
downloadlinux-eb069110bd335cbd9e349463497bdd14cdd134e6.tar.xz
staging: rtl8723bs: Fix spelling mistake in comment
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> Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260304-rtl8723bs-fix-spelling-v1-1-e2bcc89d5311@yahoo.pl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/os_dep/os_intfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
index f2d64b05debb..7ba689f2dfc8 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);