Skip to content

Commit bbc7568

Browse files
roshank8848gregkh
authored andcommitted
staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c
This patch fixes spelling mistake to increase code readability and searching. Signed-off-by: Roshan Khatri <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/90f26f7bce03d80848e3c0fc166c5ab584b83446.1725933169.git.topofeverest8848@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e958a0e commit bbc7568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8723bs/core/rtw_xmit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, struct adapter *padapter)
4545
init_completion(&pxmitpriv->terminate_xmitthread_comp);
4646

4747
/*
48-
* Please insert all the queue initializaiton using _rtw_init_queue below
48+
* Please insert all the queue initialization using _rtw_init_queue below
4949
*/
5050

5151
pxmitpriv->adapter = padapter;

0 commit comments

Comments
 (0)