netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix coding style in driver/staging/qlge/qlge_main.c
@ 2021-02-16  7:18 Du Cheng
  2021-02-16  7:26 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Du Cheng @ 2021-02-16  7:18 UTC (permalink / raw)
  To: Manish Chopra; +Cc: netdev, Greg Kroah-Hartman, Du Cheng

align * in block comments on each line

Signed-off-by: Du Cheng <ducheng2@gmail.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.
-	*/
+	 */
 	for (i = 0; i < qdev->rss_ring_count; i++)
 		netif_napi_del(&qdev->rx_ring[i].napi);
 
-- 
2.27.0


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

* Re: [PATCH] fix coding style in driver/staging/qlge/qlge_main.c
  2021-02-16  7:18 [PATCH] fix coding style in driver/staging/qlge/qlge_main.c Du Cheng
@ 2021-02-16  7:26 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2021-02-16  7:26 UTC (permalink / raw)
  To: Du Cheng; +Cc: Manish Chopra, netdev

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@gmail.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

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

end of thread, other threads:[~2021-02-16  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16  7:18 [PATCH] fix coding style in driver/staging/qlge/qlge_main.c Du Cheng
2021-02-16  7:26 ` Greg Kroah-Hartman

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