linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8192u: Fix typo in comment
@ 2019-11-09 13:36 Xianting Tian
  0 siblings, 0 replies; 3+ messages in thread
From: Xianting Tian @ 2019-11-09 13:36 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

Fix the typo "cheked" -> "checked" in comment

Signed-off-by: Xianting Tian <xianting_tian@126.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
index 33a6af7..bd5b554 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
@@ -2331,7 +2331,7 @@ void ieee80211_start_bss(struct ieee80211_device *ieee)
 
 	/* ensure no-one start an associating process (thus setting
 	 * the ieee->state to ieee80211_ASSOCIATING) while we
-	 * have just cheked it and we are going to enable scan.
+	 * have just checked it and we are going to enable scan.
 	 * The ieee80211_new_net function is always called with
 	 * lock held (from both ieee80211_softmac_check_all_nets and
 	 * the rx path), so we cannot be in the middle of such function
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: rtl8192u: Fix typo in comment
  2022-11-02  1:41 chen zhang
@ 2022-11-02  1:51 ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2022-11-02  1:51 UTC (permalink / raw)
  To: chen zhang
  Cc: error27, ztong0001, chenzhang_0901, linux-kernel, linux-staging, k2ci

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] staging: rtl8192u: Fix typo in comment
@ 2022-11-02  1:41 chen zhang
  2022-11-02  1:51 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: chen zhang @ 2022-11-02  1:41 UTC (permalink / raw)
  To: gregkh, error27, ztong0001
  Cc: chenzhang_0901, linux-kernel, linux-staging, chen zhang, k2ci

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

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-02  1:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-09 13:36 [PATCH] staging: rtl8192u: Fix typo in comment Xianting Tian
2022-11-02  1:41 chen zhang
2022-11-02  1:51 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).