]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: Fix spelling mistake in comment
authorTomasz Unger <tomasz.unger@yahoo.pl>
Wed, 4 Mar 2026 08:41:41 +0000 (09:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Mar 2026 16:49:19 +0000 (17:49 +0100)
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>
drivers/staging/rtl8723bs/os_dep/os_intfs.c

index f2d64b05debb758856dda3a78437b0fe018de8a0..7ba689f2dfc889fe3ec0e1b4b432783c0c623185 100644 (file)
@@ -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);