diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-08-18 16:42:01 +0100 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2016-12-16 15:32:29 -0500 |
commit | 65f62ce8492139bd5caea77dfce724c540efc4eb (patch) | |
tree | d2223312d933ad43fa7423b1332b4ae98470d977 /arch/tile/kernel/pci_gx.c | |
parent | 9c763584b7c8911106bb77af7e648bef09af9d80 (diff) | |
download | linux-stable-65f62ce8492139bd5caea77dfce724c540efc4eb.tar.gz linux-stable-65f62ce8492139bd5caea77dfce724c540efc4eb.tar.bz2 linux-stable-65f62ce8492139bd5caea77dfce724c540efc4eb.zip |
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>
Diffstat (limited to 'arch/tile/kernel/pci_gx.c')
-rw-r--r-- | arch/tile/kernel/pci_gx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/pci_gx.c b/arch/tile/kernel/pci_gx.c index 0e7a5d09e023..b554a68eea1b 100644 --- a/arch/tile/kernel/pci_gx.c +++ b/arch/tile/kernel/pci_gx.c @@ -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); } |