1
0
Fork 0

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>
hifive-unleashed-5.1
Colin Ian King 2016-08-18 16:42:01 +01:00 committed by Chris Metcalf
parent 9c763584b7
commit 65f62ce849
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}