Commit 65f62ce8 authored by Colin Ian King's avatar Colin Ian King Committed by Chris Metcalf

tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"

trivial fix to spelling mistake in pr_warn message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarChris Metcalf <cmetcalf@mellanox.com>
parent 9c763584
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment