driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: Trivial typo fix
@ 2021-03-23  1:08 Bhaskar Chowdhury
  2021-03-23  9:05 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  1:08 UTC (permalink / raw)
  To: gregkh, ross.schm.dev, yanaijie, matthew.v.deangelis,
	amarjargal16, izabela.bakollari, unixbhaskar, devel,
	linux-kernel


s/netowrk/network/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_mlme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c
index 2c9425e2a1e9..3888d3984ec0 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
@@ -599,7 +599,7 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
 		}

 		if (rtw_roam_flags(adapter)) {
-			/* TODO: don't  select netowrk in the same ess as oldest if it's new enough*/
+			/* TODO: don't  select network in the same ess as oldest if it's new enough*/
 		}

 		if (oldest == NULL || time_after(oldest->last_scanned, pnetwork->last_scanned))
--
2.31.0

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH] staging: rtl8723bs: Trivial typo fix
  2021-03-23  1:08 [PATCH] staging: rtl8723bs: Trivial typo fix Bhaskar Chowdhury
@ 2021-03-23  9:05 ` Greg KH
  2021-03-23  9:11   ` Bhaskar Chowdhury
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2021-03-23  9:05 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: devel, izabela.bakollari, yanaijie, linux-kernel,
	matthew.v.deangelis, amarjargal16

On Tue, Mar 23, 2021 at 06:38:35AM +0530, Bhaskar Chowdhury wrote:
> 
> s/netowrk/network/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/staging/rtl8723bs/core/rtw_mlme.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c
> index 2c9425e2a1e9..3888d3984ec0 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
> @@ -599,7 +599,7 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
>  		}
> 
>  		if (rtw_roam_flags(adapter)) {
> -			/* TODO: don't  select netowrk in the same ess as oldest if it's new enough*/
> +			/* TODO: don't  select network in the same ess as oldest if it's new enough*/

Any reason you did not remove the two spaces at the same time?

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH] staging: rtl8723bs: Trivial typo fix
  2021-03-23  9:05 ` Greg KH
@ 2021-03-23  9:11   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  9:11 UTC (permalink / raw)
  To: Greg KH
  Cc: devel, izabela.bakollari, yanaijie, linux-kernel,
	matthew.v.deangelis, amarjargal16


[-- Attachment #1.1: Type: text/plain, Size: 1002 bytes --]

On 10:05 Tue 23 Mar 2021, Greg KH wrote:
>On Tue, Mar 23, 2021 at 06:38:35AM +0530, Bhaskar Chowdhury wrote:
>>
>> s/netowrk/network/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  drivers/staging/rtl8723bs/core/rtw_mlme.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c
>> index 2c9425e2a1e9..3888d3984ec0 100644
>> --- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
>> +++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
>> @@ -599,7 +599,7 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
>>  		}
>>
>>  		if (rtw_roam_flags(adapter)) {
>> -			/* TODO: don't  select netowrk in the same ess as oldest if it's new enough*/
>> +			/* TODO: don't  select network in the same ess as oldest if it's new enough*/
>
>Any reason you did not remove the two spaces at the same time?
>
It skips my attention.Apologies.

>thanks,
>
>greg k-h

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 169 bytes --]

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2021-03-23  9:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  1:08 [PATCH] staging: rtl8723bs: Trivial typo fix Bhaskar Chowdhury
2021-03-23  9:05 ` Greg KH
2021-03-23  9:11   ` Bhaskar Chowdhury

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