linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/4] staging: rtl8192e: Removes blank line
@ 2022-09-19 14:27 Aruna Hewapathirane
  2022-09-19 18:43 ` Philipp Hortmann
  0 siblings, 1 reply; 2+ messages in thread
From: Aruna Hewapathirane @ 2022-09-19 14:27 UTC (permalink / raw)
  To: gregkh
  Cc: f3sch.git, guozihua, linux-staging, aruna.hewapathirane, linux-kernel

This patch fixes checkpatch multiple
blank line issue

Signed-off-by: Aruna Hewapathirane <aruna.hewapathirane@gmail.com>
---
 drivers/staging/rtl8192e/rtllib_tx.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/staging/rtl8192e/rtllib_tx.c
index 933f347fc17e..ee7c1a5e93c6 100644
--- a/drivers/staging/rtl8192e/rtllib_tx.c
+++ b/drivers/staging/rtl8192e/rtllib_tx.c
@@ -895,7 +895,6 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
 				tcb_desc->bTxDisableRateFallBack = 1;
 			}
 
-
 			tcb_desc->RATRIndex = 7;
 			tcb_desc->bTxUseDriverAssingedRate = 1;
 		} else {
-- 
2.30.2


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

* Re: [PATCH 4/4] staging: rtl8192e: Removes blank line
  2022-09-19 14:27 [PATCH 4/4] staging: rtl8192e: Removes blank line Aruna Hewapathirane
@ 2022-09-19 18:43 ` Philipp Hortmann
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Hortmann @ 2022-09-19 18:43 UTC (permalink / raw)
  To: Aruna Hewapathirane, gregkh
  Cc: f3sch.git, guozihua, linux-staging, linux-kernel

On 9/19/22 16:27, Aruna Hewapathirane wrote:
> This patch fixes checkpatch multiple
> blank line issue
> 
> Signed-off-by: Aruna Hewapathirane <aruna.hewapathirane@gmail.com>
> ---
>   drivers/staging/rtl8192e/rtllib_tx.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/staging/rtl8192e/rtllib_tx.c
> index 933f347fc17e..ee7c1a5e93c6 100644
> --- a/drivers/staging/rtl8192e/rtllib_tx.c
> +++ b/drivers/staging/rtl8192e/rtllib_tx.c
> @@ -895,7 +895,6 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
>   				tcb_desc->bTxDisableRateFallBack = 1;
>   			}
>   
> -
>   			tcb_desc->RATRIndex = 7;
>   			tcb_desc->bTxUseDriverAssingedRate = 1;
>   		} else {

Combine this one with the other patch.

Bye Philipp

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

end of thread, other threads:[~2022-09-19 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19 14:27 [PATCH 4/4] staging: rtl8192e: Removes blank line Aruna Hewapathirane
2022-09-19 18:43 ` Philipp Hortmann

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