]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: hal: Fix spelling mistakes in rtl8723b_cmd.c
authorRoshan Khatri <topofeverest8848@gmail.com>
Mon, 27 May 2024 04:58:56 +0000 (10:43 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 11:35:02 +0000 (13:35 +0200)
This patch fixes misspelled words to increase code readability and
searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Reviewed-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240527045856.72996-1-topofeverest8848@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c

index a59ae622f05e674540ccadfd3ff6e68228512a57..d1ac2f44939ce3034160d0680800f5b764641b34 100644 (file)
@@ -700,7 +700,7 @@ void rtl8723b_download_rsvd_page(struct adapter *padapter, u8 mstatus)
                rtw_write8(padapter, REG_BCN_CTRL, val8);
 
                /*  To make sure that if there exists an adapter which would like to send beacon. */
-               /*  If exists, the origianl value of 0x422[6] will be 1, we should check this to */
+               /*  If exists, the original value of 0x422[6] will be 1, we should check this to */
                /*  prevent from setting 0x422[6] to 0 after download reserved page, or it will cause */
                /*  the beacon cannot be sent by HW. */
                /*  2010.06.23. Added by tynli. */
@@ -964,7 +964,7 @@ void rtl8723b_download_BTCoex_AP_mode_rsvd_page(struct adapter *padapter)
        rtw_write8(padapter, REG_BCN_CTRL, val8);
 
        /*  To make sure that if there exists an adapter which would like to send beacon. */
-       /*  If exists, the origianl value of 0x422[6] will be 1, we should check this to */
+       /*  If exists, the original value of 0x422[6] will be 1, we should check this to */
        /*  prevent from setting 0x422[6] to 0 after download reserved page, or it will cause */
        /*  the beacon cannot be sent by HW. */
        /*  2010.06.23. Added by tynli. */