mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 00:00:00 +00:00
tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"
trivial fix to spelling mistake in pr_warn message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
This commit is contained in:
parent
9c763584b7
commit
65f62ce849
@ -131,7 +131,7 @@ static int tile_irq_cpu(int irq)
|
||||
|
||||
count = cpumask_weight(&intr_cpus_map);
|
||||
if (unlikely(count == 0)) {
|
||||
pr_warn("intr_cpus_map empty, interrupts will be delievered to dataplane tiles\n");
|
||||
pr_warn("intr_cpus_map empty, interrupts will be delivered to dataplane tiles\n");
|
||||
return irq % (smp_height * smp_width);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user