1
0
Fork 0

irqchip/riscv-intc: Fix a typo in a pr_warn()

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
alistair/sunxi64-5.8
Palmer Dabbelt 2020-06-11 10:53:02 -07:00 committed by Marc Zyngier
parent 31dbb6b1d0
commit 559fe74ba6
1 changed files with 1 additions and 1 deletions

View 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;
}