irqchip/riscv-intc: Fix a typo in a pr_warn()
authorPalmer Dabbelt <palmerdabbelt@google.com>
Thu, 11 Jun 2020 17:53:02 +0000 (10:53 -0700)
committerMarc Zyngier <maz@kernel.org>
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 <palmerdabbelt@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200611175302.253540-1-palmer@dabbelt.com
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;
        }