mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 00:20:52 -05:00
irqchip/riscv-aplic: Fix spelling mistake "forwared" -> "forwarded"
There is a spelling mistake in a dev_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20240327110516.283738-1-colin.i.king@gmail.com
This commit is contained in:
parent
a2ea3cd783
commit
14ced47564
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ int aplic_msi_setup(struct device *dev, void __iomem *regs)
|
|||
|
||||
/* Advertise the interrupt controller */
|
||||
pa = priv->msicfg.base_ppn << APLIC_xMSICFGADDR_PPN_SHIFT;
|
||||
dev_info(dev, "%d interrupts forwared to MSI base %pa\n", priv->nr_irqs, &pa);
|
||||
dev_info(dev, "%d interrupts forwarded to MSI base %pa\n", priv->nr_irqs, &pa);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue