staging: rtl8192u: Fix typo in comment

Message ID 20221102014154.14344-1-chenzhang@kylinos.cn
State New
Headers
Series staging: rtl8192u: Fix typo in comment |

Commit Message

chen zhang Nov. 2, 2022, 1:41 a.m. UTC
  Fix spelling typo in comments.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: chen zhang <chenzhang@kylinos.cn>
---
 drivers/staging/rtl8192u/r8192U_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Greg KH Nov. 2, 2022, 1:51 a.m. UTC | #1
On Wed, Nov 02, 2022 at 09:41:54AM +0800, chen zhang wrote:
> Fix spelling typo in comments.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>

Please follow the documented rules for when you submit a change based on
a tool like a bot such as this.

> Signed-off-by: chen zhang <chenzhang@kylinos.cn>

This email address does not validate as actually being sent from this
domain, so I can't trust it, sorry.  Please work on fixing your email
system so that this can work properly.

thanks,

greg k-h
  

Patch

diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c
index 0a60ef20107c..f6a0992b059b 100644
--- a/drivers/staging/rtl8192u/r8192U_core.c
+++ b/drivers/staging/rtl8192u/r8192U_core.c
@@ -4574,7 +4574,7 @@  static int rtl8192_usb_probe(struct usb_interface *intf,
 	return ret;
 }
 
-/* detach all the work and timer structure declared or inititialize
+/* detach all the work and timer structure declared or initialize
  * in r8192U_init function.
  */
 static void rtl8192_cancel_deferred_work(struct r8192_priv *priv)