linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"
@ 2016-08-18 15:42 Colin King
  2016-08-29 16:34 ` Chris Metcalf
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-08-18 15:42 UTC (permalink / raw)
  To: Chris Metcalf, Andrea Gelmini, Thomas Gleixner, Adam Buchbinder
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_warn message

Signed-off-by: Colin Ian King <colin.king@canonical.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"
  2016-08-18 15:42 [PATCH] tile/pci_gx: fix spelling mistake: "delievered" -> "delivered" Colin King
@ 2016-08-29 16:34 ` Chris Metcalf
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Metcalf @ 2016-08-29 16:34 UTC (permalink / raw)
  To: Colin King, Andrea Gelmini, Thomas Gleixner, Adam Buchbinder; +Cc: linux-kernel

On 8/18/2016 11:42 AM, Colin King wrote:
> From: Colin Ian King<colin.king@canonical.com>
>
> trivial fix to spelling mistake in pr_warn message
>
> Signed-off-by: Colin Ian King<colin.king@canonical.com>
> ---
>   arch/tile/kernel/pci_gx.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Thanks; taken into the tile tree!

-- 
Chris Metcalf, Mellanox Technologies
http://www.mellanox.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-29 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 15:42 [PATCH] tile/pci_gx: fix spelling mistake: "delievered" -> "delivered" Colin King
2016-08-29 16:34 ` Chris Metcalf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).