2022-10-09 09:08:53

by Yi Jiangshan

[permalink] [raw]
Subject: [PATCH] staging: rtl8192u: fix spelling typo in comment

From: Jiangshan Yi <[email protected]>

Fix spelling typo in comment.

K2ci (Kylin Continuous Integration) is a code pre-verification tool
independently developed by KylinSoft, which is used for ensuring the
code quality of code submission. K2ci includes the comment check tool
notes_check.

This spelling typo was found using notes_check tool.

Reported-by: k2ci <[email protected]>
Signed-off-by: Jiangshan Yi <[email protected]>
---
drivers/staging/rtl8192u/r8192U_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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)
--
2.25.1


No virus found
Checked by Hillstone Network AntiVirus


2022-10-09 19:11:53

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] staging: rtl8192u: fix spelling typo in comment

On Sun, Oct 09, 2022 at 04:57:46PM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <[email protected]>

Again, why a 163.com address?

thanks,

greg k-h

2022-10-10 03:32:19

by Yi Jiangshan

[permalink] [raw]
Subject: Re:Re: [PATCH] staging: rtl8192u: fix spelling typo in comment


At 2022-10-10 02:22:06, "Greg KH" <[email protected]> wrote:
>On Sun, Oct 09, 2022 at 04:57:46PM +0800, Jiangshan Yi wrote:
>> From: Jiangshan Yi <[email protected]>
>
>Again, why a 163.com address?
>

There is a problem with the company's mailbox, and sometimes I can't receive emails. So I temporarily use my personal mailbox to send patches, so that I can receive feedback from the community in a timely manner.

thanks??

Jiangshan Yi