]> Git Repo - linux.git/commitdiff
octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"
authorColin Ian King <[email protected]>
Thu, 14 Apr 2022 08:08:34 +0000 (09:08 +0100)
committerDavid S. Miller <[email protected]>
Fri, 15 Apr 2022 10:16:09 +0000 (11:16 +0100)
There is a spelling mistake in a dev_info message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c

index 1e47143c596dc2f694af8e0dbf7b582d72ff3709..6ad88d0fe43fdd6a324567bdbc800983b551253c 100644 (file)
@@ -487,7 +487,7 @@ static irqreturn_t octep_non_ioq_intr_handler_cn93_pf(void *dev)
                goto irq_handled;
        }
 
-       dev_info(&pdev->dev, "Reserved inerrupts raised; Ignore\n");
+       dev_info(&pdev->dev, "Reserved interrupts raised; Ignore\n");
 irq_handled:
        return IRQ_HANDLED;
 }
This page took 0.046986 seconds and 4 git commands to generate.