[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471534921-15216-1-git-send-email-colin.king@canonical.com>
Date: Thu, 18 Aug 2016 16:42:01 +0100
From: Colin King <colin.king@...onical.com>
To: Chris Metcalf <cmetcalf@...lanox.com>,
Andrea Gelmini <andrea.gelmini@...ma.net>,
Thomas Gleixner <tglx@...utronix.de>,
Adam Buchbinder <adam.buchbinder@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"
From: Colin Ian King <colin.king@...onical.com>
trivial fix to spelling mistake in pr_warn message
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
arch/tile/kernel/pci_gx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/tile/kernel/pci_gx.c b/arch/tile/kernel/pci_gx.c
index 0e7a5d0..b554a68 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);
}
--
2.8.1
Powered by blists - more mailing lists