Commit 1c3997b1 authored by Jilin Yuan's avatar Jilin Yuan Committed by David S. Miller

ethernet/marvell: fix repeated words in comments

Delete the redundant word 'a'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 36704239
...@@ -4711,7 +4711,7 @@ static irqreturn_t sky2_test_intr(int irq, void *dev_id) ...@@ -4711,7 +4711,7 @@ static irqreturn_t sky2_test_intr(int irq, void *dev_id)
return IRQ_HANDLED; return IRQ_HANDLED;
} }
/* Test interrupt path by forcing a a software IRQ */ /* Test interrupt path by forcing a software IRQ */
static int sky2_test_msi(struct sky2_hw *hw) static int sky2_test_msi(struct sky2_hw *hw)
{ {
struct pci_dev *pdev = hw->pdev; struct pci_dev *pdev = hw->pdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment