All of lore.kernel.org
 help / color / mirror / Atom feed
* Subject: [PATCH] staging: r8188eu: Fix misspelling in comment
@ 2021-09-28 17:49 hallblazzar
  2021-09-29  5:39 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: hallblazzar @ 2021-09-28 17:49 UTC (permalink / raw)
  To: Larry.Finger, phil; +Cc: gregkh, linux-staging, linux-kernel

As format check raised by scripts/checkpatch.pl, comment in the rtw_ap.c
looks misspelled by accident. Help fix it.

The original error is as below shows:

CHECK: 'followign' may be misspelled - perhaps 'following'?
+Set to 0 (HT pure) under the followign conditions

Signed-off-by: Siou-Jhih, Guo <hallblazzar@gmail.com>
---
 drivers/staging/r8188eu/core/rtw_ap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/r8188eu/core/rtw_ap.c b/drivers/staging/r8188eu/core/rtw_ap.c
index 94e02aad96b7..205168f960f6 100644
--- a/drivers/staging/r8188eu/core/rtw_ap.c
+++ b/drivers/staging/r8188eu/core/rtw_ap.c
@@ -744,7 +744,7 @@ void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx)
 
 /*
 op_mode
-Set to 0 (HT pure) under the followign conditions
+Set to 0 (HT pure) under the following conditions
     - all STAs in the BSS are 20/40 MHz HT in 20/40 MHz BSS or
     - all STAs in the BSS are 20 MHz HT in 20 MHz BSS
 Set to 1 (HT non-member protection) if there may be non-HT STAs
-- 
2.25.1



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

* Re: Subject: [PATCH] staging: r8188eu: Fix misspelling in comment
  2021-09-28 17:49 Subject: [PATCH] staging: r8188eu: Fix misspelling in comment hallblazzar
@ 2021-09-29  5:39 ` Greg KH
  2021-09-29 11:46   ` hallblazzar
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2021-09-29  5:39 UTC (permalink / raw)
  To: hallblazzar; +Cc: Larry.Finger, phil, linux-staging, linux-kernel

On Tue, Sep 28, 2021 at 06:49:48PM +0100, hallblazzar wrote:
> As format check raised by scripts/checkpatch.pl, comment in the rtw_ap.c
> looks misspelled by accident. Help fix it.
> 
> The original error is as below shows:
> 
> CHECK: 'followign' may be misspelled - perhaps 'following'?
> +Set to 0 (HT pure) under the followign conditions
> 
> Signed-off-by: Siou-Jhih, Guo <hallblazzar@gmail.com>
> ---
>  drivers/staging/r8188eu/core/rtw_ap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Your subject line has "Subject:" in it twice for some reason :(

Please fix up and send a v2.

thanks,

greg k-h

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

* Re: Subject: [PATCH] staging: r8188eu: Fix misspelling in comment
  2021-09-29  5:39 ` Greg KH
@ 2021-09-29 11:46   ` hallblazzar
  0 siblings, 0 replies; 3+ messages in thread
From: hallblazzar @ 2021-09-29 11:46 UTC (permalink / raw)
  To: Greg KH; +Cc: Larry.Finger, phil, linux-staging, linux-kernel


On 29/09/2021 06:39, Greg KH wrote:
> On Tue, Sep 28, 2021 at 06:49:48PM +0100, hallblazzar wrote:
>> As format check raised by scripts/checkpatch.pl, comment in the rtw_ap.c
>> looks misspelled by accident. Help fix it.
>>
>> The original error is as below shows:
>>
>> CHECK: 'followign' may be misspelled - perhaps 'following'?
>> +Set to 0 (HT pure) under the followign conditions
>>
>> Signed-off-by: Siou-Jhih, Guo <hallblazzar@gmail.com>
>> ---
>>  drivers/staging/r8188eu/core/rtw_ap.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Your subject line has "Subject:" in it twice for some reason :(
>
> Please fix up and send a v2.
>
> thanks,
>
> greg k-h

Hello Greg,

Thanks for point that out.
It should be my mail client issue. I've fixed it and re-sent
new v2 patch

    [PATCH v2] staging: r8188eu: Fix misspelling in comment

If anything should I additionally aware, I'd like to fix them.

Regards,
Bill G.


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

end of thread, other threads:[~2021-09-29 11:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 17:49 Subject: [PATCH] staging: r8188eu: Fix misspelling in comment hallblazzar
2021-09-29  5:39 ` Greg KH
2021-09-29 11:46   ` hallblazzar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.