linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: remove trailing whitespace
@ 2022-06-20  5:45 daniel watson
  2022-06-20  8:04 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 11+ messages in thread
From: daniel watson @ 2022-06-20  5:45 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel; +Cc: Daniel Watson

From: Daniel Watson <ozzloy@challenge-bot.com>

remove trailing whitespace found by checkpatch

Signed-off-by: Daniel Watson <ozzloy@challenge-bot.com>
---
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c b/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
index 1bdbd0971f731..f878b04076d86 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
@@ -960,7 +960,7 @@ unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame)
 		return _FAIL;
 
 	frame_type = GetFrameSubType(pframe);
-	if (frame_type == WIFI_ASSOCREQ) 
+	if (frame_type == WIFI_ASSOCREQ)
 		ie_offset = _ASOCREQ_IE_OFFSET_;
 	else /*  WIFI_REASSOCREQ */
 		ie_offset = _REASOCREQ_IE_OFFSET_;
-- 
2.34.1


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

* Re: [PATCH] staging: rtl8723bs: remove trailing whitespace
  2022-06-20  5:45 [PATCH] staging: rtl8723bs: remove trailing whitespace daniel watson
@ 2022-06-20  8:04 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 11+ messages in thread
From: Greg Kroah-Hartman @ 2022-06-20  8:04 UTC (permalink / raw)
  To: daniel watson; +Cc: linux-staging, linux-kernel

On Sun, Jun 19, 2022 at 10:45:29PM -0700, daniel watson wrote:
> From: Daniel Watson <ozzloy@challenge-bot.com>
> 
> remove trailing whitespace found by checkpatch
> 
> Signed-off-by: Daniel Watson <ozzloy@challenge-bot.com>
> ---
>  drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I've taken this, but you should fix your email server DKIM settings as
it is not correct:

Grabbing thread from lore.kernel.org/all/20220620054529.4019-1-ozzloy%40challenge-bot.com/t.mbox.gz
Analyzing 1 messages in the thread
Checking attestation on all messages, may take a moment...
---
  ✗ [PATCH] staging: rtl8723bs: remove trailing whitespace
  ---
  ✗ BADSIG: DKIM/challenge-bot.com
---
Total patches: 1



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

* [PATCH] staging: rtl8723bs: Remove trailing whitespace
@ 2025-04-02  5:30 gshahrouzi
  2025-04-02  6:14 ` Greg KH
  0 siblings, 1 reply; 11+ messages in thread
From: gshahrouzi @ 2025-04-02  5:30 UTC (permalink / raw)
  To: linux-staging
  Cc: gregkh, philipp.g.hortmann, eamanu, linux-kernel, kernel-mentees,
	skhan, gshahrouzi

[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]

>From 3ffe31ac00fdfb94ffc521d8ab0fa60196e69c7a Mon Sep 17 00:00:00 2001
From: Gabriel Shahrouzi <gshahrouzi@gmail.com>
Date: Wed, 2 Apr 2025 01:22:59 -0400
Subject: [PATCH] staging: rtl8723bs: Remove trailing whitespace

Remove trailing whitespace to comply with kernel coding style.

Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com>
---
 drivers/staging/rtl8723bs/include/hal_pwr_seq.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
index b93d74a5b9a5..48bf7f66a06e 100644
--- a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
+++ b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
@@ -209,7 +209,7 @@
 #define RTL8723B_TRANS_END															\
 	/* format */																\
 	/* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/								\
-	{0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0}, 
+	{0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0},
 
 
 extern struct wlan_pwr_cfg rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS];
-- 
2.43.0


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

* Re: [PATCH] staging: rtl8723bs: Remove trailing whitespace
  2025-04-02  5:30 [PATCH] staging: rtl8723bs: Remove " gshahrouzi
@ 2025-04-02  6:14 ` Greg KH
  2025-04-02 11:20   ` Gabriel
  0 siblings, 1 reply; 11+ messages in thread
From: Greg KH @ 2025-04-02  6:14 UTC (permalink / raw)
  To: gshahrouzi
  Cc: linux-staging, philipp.g.hortmann, eamanu, linux-kernel,
	kernel-mentees, skhan

On Tue, Apr 01, 2025 at 10:30:15PM -0700, gshahrouzi@gmail.com wrote:
> >>From 3ffe31ac00fdfb94ffc521d8ab0fa60196e69c7a Mon Sep 17 00:00:00 2001
> From: Gabriel Shahrouzi <gshahrouzi@gmail.com>
> Date: Wed, 2 Apr 2025 01:22:59 -0400
> Subject: [PATCH] staging: rtl8723bs: Remove trailing whitespace

Why is this here in the body of the email?  Please just use 'git
send-email' to send the patch out.

thanks,

greg k-h

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

* Re: [PATCH] staging: rtl8723bs: Remove trailing whitespace
  2025-04-02  6:14 ` Greg KH
@ 2025-04-02 11:20   ` Gabriel
  2025-04-02 11:36     ` Greg KH
  0 siblings, 1 reply; 11+ messages in thread
From: Gabriel @ 2025-04-02 11:20 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-staging, philipp.g.hortmann, eamanu, linux-kernel,
	kernel-mentees, skhan

On Wed, Apr 2, 2025 at 2:15 AM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Apr 01, 2025 at 10:30:15PM -0700, gshahrouzi@gmail.com wrote:
> > >>From 3ffe31ac00fdfb94ffc521d8ab0fa60196e69c7a Mon Sep 17 00:00:00 2001
> > From: Gabriel Shahrouzi <gshahrouzi@gmail.com>
> > Date: Wed, 2 Apr 2025 01:22:59 -0400
> > Subject: [PATCH] staging: rtl8723bs: Remove trailing whitespace
>
> Why is this here in the body of the email?  Please just use 'git
> send-email' to send the patch out.
I used git-format to generate the patch but then used a wacky method
(a python script that tried to do what git send does but worse) to
send the email instead of git send which attached the email header to
the email body. I'll switch to using git send-email.
>
> thanks,
>
> greg k-h

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

* [PATCH] staging: rtl8723bs: Remove trailing whitespace
@ 2025-04-02 11:31 Gabriel Shahrouzi
  2025-04-02 11:38 ` Gabriel
  2025-04-02 11:50 ` Greg KH
  0 siblings, 2 replies; 11+ messages in thread
From: Gabriel Shahrouzi @ 2025-04-02 11:31 UTC (permalink / raw)
  To: linux-staging
  Cc: philipp.g.hortmann, eamanu, linux-kernel, kernelmentees, skhan,
	Gabriel Shahrouzi

Remove trailing whitespace to comply with kernel coding style.

Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com>
---
 drivers/staging/rtl8723bs/include/hal_pwr_seq.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
index b93d74a5b9a5..48bf7f66a06e 100644
--- a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
+++ b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
@@ -209,7 +209,7 @@
 #define RTL8723B_TRANS_END															\
 	/* format */																\
 	/* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/								\
-	{0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0}, 
+	{0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0},
 
 
 extern struct wlan_pwr_cfg rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS];
-- 
2.43.0


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

* Re: [PATCH] staging: rtl8723bs: Remove trailing whitespace
  2025-04-02 11:20   ` Gabriel
@ 2025-04-02 11:36     ` Greg KH
  0 siblings, 0 replies; 11+ messages in thread
From: Greg KH @ 2025-04-02 11:36 UTC (permalink / raw)
  To: Gabriel
  Cc: linux-staging, philipp.g.hortmann, eamanu, linux-kernel,
	kernel-mentees, skhan

On Wed, Apr 02, 2025 at 07:20:39AM -0400, Gabriel wrote:
> On Wed, Apr 2, 2025 at 2:15 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Tue, Apr 01, 2025 at 10:30:15PM -0700, gshahrouzi@gmail.com wrote:
> > > >>From 3ffe31ac00fdfb94ffc521d8ab0fa60196e69c7a Mon Sep 17 00:00:00 2001
> > > From: Gabriel Shahrouzi <gshahrouzi@gmail.com>
> > > Date: Wed, 2 Apr 2025 01:22:59 -0400
> > > Subject: [PATCH] staging: rtl8723bs: Remove trailing whitespace
> >
> > Why is this here in the body of the email?  Please just use 'git
> > send-email' to send the patch out.
> I used git-format to generate the patch but then used a wacky method
> (a python script that tried to do what git send does but worse) to
> send the email instead of git send which attached the email header to
> the email body. I'll switch to using git send-email.

git send-email is already a whacky perl script, no need to try to
reinvent it in another language :)

thanks,

greg k-h

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

* Re: [PATCH] staging: rtl8723bs: Remove trailing whitespace
  2025-04-02 11:31 Gabriel Shahrouzi
@ 2025-04-02 11:38 ` Gabriel
  2025-04-02 11:50 ` Greg KH
  1 sibling, 0 replies; 11+ messages in thread
From: Gabriel @ 2025-04-02 11:38 UTC (permalink / raw)
  To: linux-staging
  Cc: philipp.g.hortmann, eamanu, linux-kernel, kernelmentees, skhan,
	Greg KH

On Wed, Apr 2, 2025 at 7:32 AM Gabriel Shahrouzi <gshahrouzi@gmail.com> wrote:
>
> Remove trailing whitespace to comply with kernel coding style.
>
> Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com>
> ---
>  drivers/staging/rtl8723bs/include/hal_pwr_seq.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> index b93d74a5b9a5..48bf7f66a06e 100644
> --- a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> +++ b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> @@ -209,7 +209,7 @@
>  #define RTL8723B_TRANS_END                                                                                                                     \
>         /* format */                                                                                                                            \
>         /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/                                                            \
> -       {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0},
> +       {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0},
>
>
>  extern struct wlan_pwr_cfg rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS];
> --
> 2.43.0
>
Adding Greg K-H to the CC list for visibility.

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

* Re: [PATCH] staging: rtl8723bs: Remove trailing whitespace
  2025-04-02 11:31 Gabriel Shahrouzi
  2025-04-02 11:38 ` Gabriel
@ 2025-04-02 11:50 ` Greg KH
  1 sibling, 0 replies; 11+ messages in thread
From: Greg KH @ 2025-04-02 11:50 UTC (permalink / raw)
  To: Gabriel Shahrouzi
  Cc: linux-staging, philipp.g.hortmann, eamanu, linux-kernel,
	kernelmentees, skhan

On Wed, Apr 02, 2025 at 07:31:58AM -0400, Gabriel Shahrouzi wrote:
> Remove trailing whitespace to comply with kernel coding style.
> 
> Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com>
> ---
>  drivers/staging/rtl8723bs/include/hal_pwr_seq.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> index b93d74a5b9a5..48bf7f66a06e 100644
> --- a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> +++ b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> @@ -209,7 +209,7 @@
>  #define RTL8723B_TRANS_END															\
>  	/* format */																\
>  	/* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/								\
> -	{0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0}, 
> +	{0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0},
>  
>  
>  extern struct wlan_pwr_cfg rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS];
> -- 
> 2.43.0
> 
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- This looks like a new version of a previously submitted patch, but you
  did not list below the --- line any changes from the previous version.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/process/submitting-patches.rst for what
  needs to be done here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

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

* [PATCH] staging: rtl8723bs: remove trailing whitespace
@ 2025-12-10  8:49 Arjun Changla
  0 siblings, 0 replies; 11+ messages in thread
From: Arjun Changla @ 2025-12-10  8:49 UTC (permalink / raw)
  To: gregkh; +Cc: straube.linux, linux-staging, linux-kernel, Arjun Changla

Fix checkpatch error by removing trailing whitespace at line 2021.

Signed-off-by: Arjun Changla <arjunchangla7@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.43.0


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

* [PATCH] staging: rtl8723bs: remove trailing whitespace
  2025-12-11  5:26 [PATCH] staging: media: atomisp: fix trailing statement Arjun Changla
@ 2025-12-11  5:26 ` Arjun Changla
  0 siblings, 0 replies; 11+ messages in thread
From: Arjun Changla @ 2025-12-11  5:26 UTC (permalink / raw)
  To: hansg, mchehab
  Cc: sakari.ailus, gregkh, linux-media, linux-staging, linux-kernel,
	Arjun Changla

Fix checkpatch error by removing trailing whitespace at line 2021.

Signed-off-by: Arjun Changla <arjunchangla7@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.43.0


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

end of thread, other threads:[~2025-12-11  5:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20  5:45 [PATCH] staging: rtl8723bs: remove trailing whitespace daniel watson
2022-06-20  8:04 ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2025-04-02  5:30 [PATCH] staging: rtl8723bs: Remove " gshahrouzi
2025-04-02  6:14 ` Greg KH
2025-04-02 11:20   ` Gabriel
2025-04-02 11:36     ` Greg KH
2025-04-02 11:31 Gabriel Shahrouzi
2025-04-02 11:38 ` Gabriel
2025-04-02 11:50 ` Greg KH
2025-12-10  8:49 [PATCH] staging: rtl8723bs: remove " Arjun Changla
2025-12-11  5:26 [PATCH] staging: media: atomisp: fix trailing statement Arjun Changla
2025-12-11  5:26 ` [PATCH] staging: rtl8723bs: remove trailing whitespace Arjun Changla

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