summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorRoshan Khatri <topofeverest8848@gmail.com>2024-09-10 09:50:24 +0545
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-09-11 15:57:18 +0200
commitbbc75685d573695f0e201dd43c8b78e2b4575d1a (patch)
treedbb98abe4ae260c48339e6bf9f87e3165e91954c /drivers/staging
parente958a0e6748941461c1779224c84b0f05e4657b0 (diff)
downloadlwn-bbc75685d573695f0e201dd43c8b78e2b4575d1a.tar.gz
lwn-bbc75685d573695f0e201dd43c8b78e2b4575d1a.zip
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 <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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_xmit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_xmit.c b/drivers/staging/rtl8723bs/core/rtw_xmit.c
index b1965ec0181f..755c1bc86a74 100644
--- a/drivers/staging/rtl8723bs/core/rtw_xmit.c
+++ b/drivers/staging/rtl8723bs/core/rtw_xmit.c
@@ -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;