[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <590b49c9-5940-c7e6-0a23-9a82cd06fe62@gmail.com>
Date: Mon, 19 Sep 2022 20:41:23 +0200
From: Philipp Hortmann <philipp.g.hortmann@...il.com>
To: Aruna Hewapathirane <aruna.hewapathirane@...il.com>,
gregkh@...uxfoundation.org
Cc: f3sch.git@...look.com, guozihua@...wei.com,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] staging: rtl8192e: removes blank line
On 9/19/22 15:58, Aruna Hewapathirane wrote:
> This patch fixes a checkpatch CHECK issue
> CHECK: Please don't use multiple blank lines
>
> Signed-off-by: Aruna Hewapathirane <aruna.hewapathirane@...il.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 d5275319a486..f651947f6b44 100644
> --- a/drivers/staging/rtl8192e/rtllib_tx.c
> +++ b/drivers/staging/rtl8192e/rtllib_tx.c
> @@ -920,7 +920,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;
> tcb_desc->bdhcp = 1;
Please avoid the 2/2 in the subject. This is only for patch series.
Create a version 2 of this patch with change history.
Removing blank lines is OK but do this for the entire document.
Add the file name to the subject to make it more unique.
Bye Philipp
Powered by blists - more mailing lists