Skip to content

Commit

Permalink
irqchip/riscv-intc: Fix a typo in a pr_warn()
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Palmer Dabbelt authored and Marc Zyngier committed Jun 21, 2020
1 parent 31dbb6b commit 559fe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/irqchip/irq-riscv-intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 559fe74

Please sign in to comment.