Skip to content

Commit 559fe74

Browse files
palmer-dabbeltMarc Zyngier
authored andcommitted
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 <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 31dbb6b commit 559fe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-riscv-intc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static int __init riscv_intc_init(struct device_node *node,
9999

100100
hartid = riscv_of_parent_hartid(node);
101101
if (hartid < 0) {
102-
pr_warn("unable to fine hart id for %pOF\n", node);
102+
pr_warn("unable to find hart id for %pOF\n", node);
103103
return 0;
104104
}
105105

0 commit comments

Comments
 (0)