]> Git Repo - J-linux.git/commitdiff
irqchip/riscv-intc: Fix a typo in a pr_warn()
authorPalmer Dabbelt <[email protected]>
Thu, 11 Jun 2020 17:53:02 +0000 (10:53 -0700)
committerMarc Zyngier <[email protected]>
Sun, 21 Jun 2020 14:15:41 +0000 (15:15 +0100)
Anup originally re-spun his patch set to include this fix, but it was a bit too
late for my PR so I've split it out.

Signed-off-by: Palmer Dabbelt <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
drivers/irqchip/irq-riscv-intc.c

index a6f97fa6ff69d5f3157450c0e99c9f6c9533ebfa..8017f6d32d52b7453a28635a57ba3068ef184a6a 100644 (file)
@@ -99,7 +99,7 @@ static int __init riscv_intc_init(struct device_node *node,
 
        hartid = riscv_of_parent_hartid(node);
        if (hartid < 0) {
-               pr_warn("unable to fine hart id for %pOF\n", node);
+               pr_warn("unable to find hart id for %pOF\n", node);
                return 0;
        }
 
This page took 0.050827 seconds and 4 git commands to generate.