Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1698347 > unrolled thread

[PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"

Started byColin King <colin.king@canonical.com>
First post2017-07-28 00:20 +0200
Last post2017-07-30 00:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt" Colin King <colin.king@canonical.com> - 2017-07-28 00:20 +0200
    Re: [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" ->  "Interrupt" David Miller <davem@davemloft.net> - 2017-07-30 00:30 +0200

#1698347 — [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"

FromColin King <colin.king@canonical.com>
Date2017-07-28 00:20 +0200
Subject[PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"
Message-ID<u7Ziq-3zP-5@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1699386 — Re: [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"

FromDavid Miller <davem@davemloft.net>
Date2017-07-30 00:30 +0200
SubjectRe: [PATCH] net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"
Message-ID<u8Ipc-a9-7@gated-at.bofh.it>
In reply to#1698347
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.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web