tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"
authorColin Ian King <colin.king@canonical.com>
Thu, 18 Aug 2016 15:42:01 +0000 (16:42 +0100)
committerChris Metcalf <cmetcalf@mellanox.com>
Mon, 29 Aug 2016 16:33:05 +0000 (12:33 -0400)
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>
arch/tile/kernel/pci_gx.c

index 0e7a5d09e023820e17ee1e47958d32fee1cc9136..b554a68eea1bbeb4b65aae2b0b6fcf226ca381ec 100644 (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);
        }
 
This page took 0.027328 seconds and 5 git commands to generate.