ethernet/marvell: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Thu, 30 Jun 2022 05:49:25 +0000 (13:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2022 10:14:24 +0000 (11:14 +0100)
Delete the redundant word 'a'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/sky2.c

index a1e907c..9f1a7ec 100644 (file)
@@ -4711,7 +4711,7 @@ static irqreturn_t sky2_test_intr(int irq, void *dev_id)
        return IRQ_HANDLED;
 }
 
-/* Test interrupt path by forcing a software IRQ */
+/* Test interrupt path by forcing a software IRQ */
 static int sky2_test_msi(struct sky2_hw *hw)
 {
        struct pci_dev *pdev = hw->pdev;