]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c
authorRoshan Khatri <topofeverest8848@gmail.com>
Tue, 10 Sep 2024 04:05:24 +0000 (09:50 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Sep 2024 13:57:18 +0000 (15:57 +0200)
This patch fixes spelling mistake to increase code readability
and searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/90f26f7bce03d80848e3c0fc166c5ab584b83446.1725933169.git.topofeverest8848@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_xmit.c

index b1965ec0181fdd4239d9f92343b7f07ef6be2c74..755c1bc86a74c4eef485113ccd27b20ec63930f2 100644 (file)
@@ -45,7 +45,7 @@ s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, struct adapter *padapter)
        init_completion(&pxmitpriv->terminate_xmitthread_comp);
 
        /*
-        * Please insert all the queue initializaiton using _rtw_init_queue below
+        * Please insert all the queue initialization using _rtw_init_queue below
         */
 
        pxmitpriv->adapter = padapter;