linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] staging: rtl8192e: Remove whitespace and blank lines
@ 2023-06-21  2:43 Tree Davies
  2023-06-21 16:11 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Tree Davies @ 2023-06-21  2:43 UTC (permalink / raw)
  To: gregkh, philipp.g.hortmann, t4rmin, colin.i.king, dan.carpenter
  Cc: tdavies, linux-kernel, linux-staging

This patch cleans up extraneous whitespace for the
struct rt_hi_throughput definition.

Signed-off-by: Tree Davies <tdavies@darkphysics.net>
---
v2: Fix subject line and send patch inline.
 drivers/staging/rtl8192e/rtl819x_HT.h | 63 ++++++++++-----------------
 1 file changed, 23 insertions(+), 40 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging/rtl8192e/rtl819x_HT.h
index f4e9fa849796..f5ab19694f1a 100644
--- a/drivers/staging/rtl8192e/rtl819x_HT.h
+++ b/drivers/staging/rtl8192e/rtl819x_HT.h
@@ -96,70 +96,53 @@ enum ht_aggre_mode {
 
 
 struct rt_hi_throughput {
-	u8				enable_ht;
-	u8				bCurrentHTSupport;
-
-	u8				bRegBW40MHz;
-	u8				bCurBW40MHz;
-
-	u8				bRegShortGI40MHz;
-	u8				bCurShortGI40MHz;
-
-	u8				bRegShortGI20MHz;
-	u8				bCurShortGI20MHz;
-
-	u8				bRegSuppCCK;
-	u8				bCurSuppCCK;
-
+	u8 enable_ht;
+	u8 bCurrentHTSupport;
+	u8 bRegBW40MHz;
+	u8 bCurBW40MHz;
+	u8 bRegShortGI40MHz;
+	u8 bCurShortGI40MHz;
+	u8 bRegShortGI20MHz;
+	u8 bCurShortGI20MHz;
+	u8 bRegSuppCCK;
+	u8 bCurSuppCCK;
 	enum ht_spec_ver ePeerHTSpecVer;
-
-
 	struct ht_capab_ele SelfHTCap;
 	struct ht_info_ele SelfHTInfo;
-
-	u8				PeerHTCapBuf[32];
-	u8				PeerHTInfoBuf[32];
-
-
-	u8				bAMSDU_Support;
-	u16				nAMSDU_MaxSize;
-	u8				bCurrent_AMSDU_Support;
-	u16				nCurrent_AMSDU_MaxSize;
-
-	u8				bAMPDUEnable;
-	u8				bCurrentAMPDUEnable;
-	u8				AMPDU_Factor;
-	u8				CurrentAMPDUFactor;
-	u8				MPDU_Density;
+	u8 PeerHTCapBuf[32];
+	u8 PeerHTInfoBuf[32];
+	u8 bAMSDU_Support;
+	u16	nAMSDU_MaxSize;
+	u8 bCurrent_AMSDU_Support;
+	u16	nCurrent_AMSDU_MaxSize;
+	u8 bAMPDUEnable;
+	u8 bCurrentAMPDUEnable;
+	u8 AMPDU_Factor;
+	u8 CurrentAMPDUFactor;
+	u8 MPDU_Density;
 	u8 current_mpdu_density;
-
 	enum ht_aggre_mode ForcedAMPDUMode;
 	u8 forced_ampdu_factor;
 	u8 forced_mpdu_density;
-
 	enum ht_aggre_mode ForcedAMSDUMode;
 	u8 forced_short_gi;
-
 	u8 current_op_mode;
-
 	u8 self_mimo_ps;
 	u8 peer_mimo_ps;
-
 	enum ht_extchnl_offset CurSTAExtChnlOffset;
 	u8 cur_tx_bw40mhz;
 	u8 sw_bw_in_progress;
 	u8 reg_rt2rt_aggregation;
-	u8				RT2RT_HT_Mode;
+	u8 RT2RT_HT_Mode;
 	u8 current_rt2rt_aggregation;
 	u8 current_rt2rt_long_slot_time;
 	u8 sz_rt2rt_agg_buf[10];
-
 	u8 reg_rx_reorder_enable;
 	u8 cur_rx_reorder_enable;
 	u8 rx_reorder_win_size;
 	u8 rx_reorder_pending_time;
 	u16 rx_reorder_drop_counter;
-	u8				IOTPeer;
+	u8 IOTPeer;
 	u32 iot_action;
 	u8 iot_ra_func;
 } __packed;
-- 
2.39.2


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

* Re: [PATCH v2] staging: rtl8192e: Remove whitespace and blank lines
  2023-06-21  2:43 [PATCH v2] staging: rtl8192e: Remove whitespace and blank lines Tree Davies
@ 2023-06-21 16:11 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2023-06-21 16:11 UTC (permalink / raw)
  To: Tree Davies
  Cc: philipp.g.hortmann, t4rmin, colin.i.king, dan.carpenter,
	linux-kernel, linux-staging

On Tue, Jun 20, 2023 at 07:43:52PM -0700, Tree Davies wrote:
> This patch cleans up extraneous whitespace for the
> struct rt_hi_throughput definition.
> 
> Signed-off-by: Tree Davies <tdavies@darkphysics.net>
> ---
> v2: Fix subject line and send patch inline.
>  drivers/staging/rtl8192e/rtl819x_HT.h | 63 ++++++++++-----------------
>  1 file changed, 23 insertions(+), 40 deletions(-)
> 
> diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging/rtl8192e/rtl819x_HT.h
> index f4e9fa849796..f5ab19694f1a 100644
> --- a/drivers/staging/rtl8192e/rtl819x_HT.h
> +++ b/drivers/staging/rtl8192e/rtl819x_HT.h
> @@ -96,70 +96,53 @@ enum ht_aggre_mode {
>  
>  
>  struct rt_hi_throughput {
> -	u8				enable_ht;
> -	u8				bCurrentHTSupport;
> -
> -	u8				bRegBW40MHz;
> -	u8				bCurBW40MHz;
> -
> -	u8				bRegShortGI40MHz;
> -	u8				bCurShortGI40MHz;
> -
> -	u8				bRegShortGI20MHz;
> -	u8				bCurShortGI20MHz;
> -
> -	u8				bRegSuppCCK;
> -	u8				bCurSuppCCK;
> -
> +	u8 enable_ht;
> +	u8 bCurrentHTSupport;
> +	u8 bRegBW40MHz;
> +	u8 bCurBW40MHz;
> +	u8 bRegShortGI40MHz;
> +	u8 bCurShortGI40MHz;
> +	u8 bRegShortGI20MHz;
> +	u8 bCurShortGI20MHz;
> +	u8 bRegSuppCCK;
> +	u8 bCurSuppCCK;
>  	enum ht_spec_ver ePeerHTSpecVer;
> -
> -
>  	struct ht_capab_ele SelfHTCap;
>  	struct ht_info_ele SelfHTInfo;
> -
> -	u8				PeerHTCapBuf[32];
> -	u8				PeerHTInfoBuf[32];
> -
> -
> -	u8				bAMSDU_Support;
> -	u16				nAMSDU_MaxSize;
> -	u8				bCurrent_AMSDU_Support;
> -	u16				nCurrent_AMSDU_MaxSize;
> -
> -	u8				bAMPDUEnable;
> -	u8				bCurrentAMPDUEnable;
> -	u8				AMPDU_Factor;
> -	u8				CurrentAMPDUFactor;
> -	u8				MPDU_Density;
> +	u8 PeerHTCapBuf[32];
> +	u8 PeerHTInfoBuf[32];
> +	u8 bAMSDU_Support;
> +	u16	nAMSDU_MaxSize;
> +	u8 bCurrent_AMSDU_Support;
> +	u16	nCurrent_AMSDU_MaxSize;
> +	u8 bAMPDUEnable;
> +	u8 bCurrentAMPDUEnable;
> +	u8 AMPDU_Factor;
> +	u8 CurrentAMPDUFactor;
> +	u8 MPDU_Density;
>  	u8 current_mpdu_density;
> -
>  	enum ht_aggre_mode ForcedAMPDUMode;
>  	u8 forced_ampdu_factor;
>  	u8 forced_mpdu_density;
> -
>  	enum ht_aggre_mode ForcedAMSDUMode;
>  	u8 forced_short_gi;
> -
>  	u8 current_op_mode;
> -
>  	u8 self_mimo_ps;
>  	u8 peer_mimo_ps;
> -
>  	enum ht_extchnl_offset CurSTAExtChnlOffset;
>  	u8 cur_tx_bw40mhz;
>  	u8 sw_bw_in_progress;
>  	u8 reg_rt2rt_aggregation;
> -	u8				RT2RT_HT_Mode;
> +	u8 RT2RT_HT_Mode;
>  	u8 current_rt2rt_aggregation;
>  	u8 current_rt2rt_long_slot_time;
>  	u8 sz_rt2rt_agg_buf[10];
> -
>  	u8 reg_rx_reorder_enable;
>  	u8 cur_rx_reorder_enable;
>  	u8 rx_reorder_win_size;
>  	u8 rx_reorder_pending_time;
>  	u16 rx_reorder_drop_counter;
> -	u8				IOTPeer;
> +	u8 IOTPeer;
>  	u32 iot_action;
>  	u8 iot_ra_func;
>  } __packed;
> -- 
> 2.39.2
> 

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:

- Your patch did not apply to any known trees that Greg is in control
  of.  Possibly this is because you made it against Linus's tree, not
  the linux-next tree, which is where all of the development for the
  next version of the kernel is at.  Please refresh your patch against
  the linux-next tree, or even better yet, the development tree
  specified in the MAINTAINERS file for the subsystem you are submitting
  a patch for, and resend it.

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] 2+ messages in thread

end of thread, other threads:[~2023-06-21 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21  2:43 [PATCH v2] staging: rtl8192e: Remove whitespace and blank lines Tree Davies
2023-06-21 16:11 ` 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).