mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: remove trailing whitespace in rtw_mlme.c
@ 2026-01-08  0:26 Daisuke Iwasa
  2026-01-11 12:55 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Daisuke Iwasa @ 2026-01-08  0:26 UTC (permalink / raw)
  To: gregkh, iwadjp, linux-staging, linux-kernel

Fix checkpatch error: TRAILING_WHITESPACE.

Signed-off-by: Daisuke Iwasa <iwadjp@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 98704179ad35..ff4e668f199c 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
@@ -2018,7 +2018,7 @@ int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_
 	return ielength;
 }
 
-/* Ported from 8185: IsInPreAuthKeyList(). 
+/* Ported from 8185: IsInPreAuthKeyList().
  * (Renamed from SecIsInPreAuthKeyList(), 2006-10-13.)
  * Added by Annie, 2006-05-07.
  *
-- 
2.34.1


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

* Re: [PATCH] staging: rtl8723bs: remove trailing whitespace in rtw_mlme.c
  2026-01-08  0:26 [PATCH] staging: rtl8723bs: remove trailing whitespace in rtw_mlme.c Daisuke Iwasa
@ 2026-01-11 12:55 ` Greg KH
  2026-01-11 21:55   ` iwadjp
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2026-01-11 12:55 UTC (permalink / raw)
  To: Daisuke Iwasa; +Cc: linux-staging, linux-kernel

On Thu, Jan 08, 2026 at 09:26:28AM +0900, Daisuke Iwasa wrote:
> Fix checkpatch error: TRAILING_WHITESPACE.
> 
> Signed-off-by: Daisuke Iwasa <iwadjp@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 98704179ad35..ff4e668f199c 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
> @@ -2018,7 +2018,7 @@ int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_
>  	return ielength;
>  }
>  
> -/* Ported from 8185: IsInPreAuthKeyList(). 
> +/* Ported from 8185: IsInPreAuthKeyList().
>   * (Renamed from SecIsInPreAuthKeyList(), 2006-10-13.)
>   * Added by Annie, 2006-05-07.
>   *
> -- 
> 2.34.1
> 
> 

Someone already sent this change before you did, sorry.

greg k-h

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

* Re: [PATCH] staging: rtl8723bs: remove trailing whitespace in rtw_mlme.c
  2026-01-11 12:55 ` Greg KH
@ 2026-01-11 21:55   ` iwadjp
  0 siblings, 0 replies; 5+ messages in thread
From: iwadjp @ 2026-01-11 21:55 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-staging, linux-kernel

> Someone already sent this change before you did, sorry.

Thanks for the heads-up.

I missed that this was already fixed. I’ll update my tree and look for
another issue to work on. Sorry for the noise.

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

* Re: [PATCH] staging: rtl8723bs: Remove trailing whitespace in rtw_mlme.c
  2026-02-03 10:21 [PATCH] staging: rtl8723bs: Remove " Giorgi Tchankvetadze
@ 2026-02-03 16:56 ` Ethan Tidmore
  0 siblings, 0 replies; 5+ messages in thread
From: Ethan Tidmore @ 2026-02-03 16:56 UTC (permalink / raw)
  To: Giorgi Tchankvetadze, Greg Kroah-Hartman
  Cc: Dan Carpenter, linux-staging, linux-kernel

On Tue Feb 3, 2026 at 4:21 AM CST, Giorgi Tchankvetadze wrote:
> Remove a trailing whitespace in rtw_mlme.c
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>

This trailing whitespace has already been fixed in staging-next. Next
time use staging-next when creating patches for staging. Thanks

ET

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

* [PATCH] staging: rtl8723bs: Remove trailing whitespace in rtw_mlme.c
@ 2026-02-03 10:21 Giorgi Tchankvetadze
  2026-02-03 16:56 ` Ethan Tidmore
  0 siblings, 1 reply; 5+ messages in thread
From: Giorgi Tchankvetadze @ 2026-02-03 10:21 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Dan Carpenter, linux-staging, linux-kernel, Giorgi Tchankvetadze

Remove a trailing whitespace in rtw_mlme.c

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@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 98704179ad35..ff4e668f199c 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
@@ -2018,7 +2018,7 @@ int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_
 	return ielength;
 }
 
-/* Ported from 8185: IsInPreAuthKeyList(). 
+/* Ported from 8185: IsInPreAuthKeyList().
  * (Renamed from SecIsInPreAuthKeyList(), 2006-10-13.)
  * Added by Annie, 2006-05-07.
  *
-- 
2.52.0


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

end of thread, other threads:[~2026-02-03 16:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-08  0:26 [PATCH] staging: rtl8723bs: remove trailing whitespace in rtw_mlme.c Daisuke Iwasa
2026-01-11 12:55 ` Greg KH
2026-01-11 21:55   ` iwadjp
2026-02-03 10:21 [PATCH] staging: rtl8723bs: Remove " Giorgi Tchankvetadze
2026-02-03 16:56 ` Ethan Tidmore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®