Commit bbc75685 authored by Roshan Khatri's avatar Roshan Khatri Committed by Greg Kroah-Hartman

staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c

This patch fixes spelling mistake to increase code readability
and searching.
Signed-off-by: default avatarRoshan Khatri <topofeverest8848@gmail.com>
Tested-by: default avatarPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/90f26f7bce03d80848e3c0fc166c5ab584b83446.1725933169.git.topofeverest8848@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e958a0e6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment