All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"
@ 2017-07-27 22:15 Colin King
  2017-07-29 22:23 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-07-27 22:15 UTC (permalink / raw)
  To: David S . Miller, Dan Carpenter, Jarod Wilson, Andrew Morton,
	Kees Cook, Eric Dumazet, netdev
  Cc: linux-kernel

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

Trivial fix to spelling mistake in printk message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/toshiba/tc35815.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/toshiba/tc35815.c b/drivers/net/ethernet/toshiba/tc35815.c
index d9db8a06afd2..cce9c9ed46aa 100644
--- a/drivers/net/ethernet/toshiba/tc35815.c
+++ b/drivers/net/ethernet/toshiba/tc35815.c
@@ -1338,7 +1338,7 @@ static int tc35815_send_packet(struct sk_buff *skb, struct net_device *dev)
 static void tc35815_fatal_error_interrupt(struct net_device *dev, u32 status)
 {
 	static int count;
-	printk(KERN_WARNING "%s: Fatal Error Intterrupt (%#x):",
+	printk(KERN_WARNING "%s: Fatal Error Interrupt (%#x):",
 	       dev->name, status);
 	if (status & Int_IntPCI)
 		printk(" IntPCI");
-- 
2.11.0

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

* Re: [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"
  2017-07-27 22:15 [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt" Colin King
@ 2017-07-29 22:23 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-07-29 22:23 UTC (permalink / raw)
  To: colin.king
  Cc: dan.carpenter, jarod, akpm, keescook, edumazet, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Thu, 27 Jul 2017 23:15:09 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in printk message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

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

end of thread, other threads:[~2017-07-29 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27 22:15 [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt" Colin King
2017-07-29 22:23 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.