staging: qlge: fix comment style in qlge_main.c
authorDu Cheng <ducheng2@gmail.com>
Tue, 16 Feb 2021 10:19:45 +0000 (18:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:25 +0000 (09:25 +0100)
fix the closing of a one-line block comment,
marked incorrect by scripts/checkpatch.pl.

Signed-off-by: Du Cheng <ducheng2@gmail.com>
Link: https://lore.kernel.org/r/20210216101945.187474-1-ducheng2@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/qlge/qlge_main.c

index 5516be3af8983d93cd3d613ee5bc445ab84923ca..2682a0e474bd39ceb058ad7a9535fde0abd01499 100644 (file)
@@ -3815,8 +3815,7 @@ static int qlge_adapter_down(struct qlge_adapter *qdev)
 
        qlge_tx_ring_clean(qdev);
 
-       /* Call netif_napi_del() from common point.
-       */
+       /* Call netif_napi_del() from common point. */
        for (i = 0; i < qdev->rss_ring_count; i++)
                netif_napi_del(&qdev->rx_ring[i].napi);