[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YCtzs/wtXqFxUTok@kroah.com>
Date: Tue, 16 Feb 2021 08:26:43 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Du Cheng <ducheng2@...il.com>
Cc: Manish Chopra <manishc@...vell.com>, netdev@...r.kernel.org
Subject: Re: [PATCH] fix coding style in driver/staging/qlge/qlge_main.c
On Tue, Feb 16, 2021 at 03:18:49PM +0800, Du Cheng wrote:
> align * in block comments on each line
>
> Signed-off-by: Du Cheng <ducheng2@...il.com>
> ---
> drivers/staging/qlge/qlge_main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/qlge/qlge_main.c b/drivers/staging/qlge/qlge_main.c
> index 5516be3af898..bfd7217f3953 100644
> --- a/drivers/staging/qlge/qlge_main.c
> +++ b/drivers/staging/qlge/qlge_main.c
> @@ -3816,7 +3816,7 @@ static int qlge_adapter_down(struct qlge_adapter *qdev)
> qlge_tx_ring_clean(qdev);
>
> /* Call netif_napi_del() from common point.
> - */
> + */
Just put it on the previous line please.
Also use scripts/get_maintainer.pl to find the proper lists to send this
to in the future, you forgot the staging mailing list :(
thanks,
greg k-h
Powered by blists - more mailing lists