linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"
@ 2017-04-29 21:38 Colin King
  2017-05-01  2:55 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-04-29 21:38 UTC (permalink / raw)
  To: David S . Miller, Philippe Reynes, Jarod Wilson, Tobias Klauser, netdev
  Cc: linux-kernel

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

trivial fix to spelling mistakes in printk message.

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

diff --git a/drivers/net/ethernet/sun/sunhme.c b/drivers/net/ethernet/sun/sunhme.c
index a6cc9a2d41c1..9e983e1d8249 100644
--- a/drivers/net/ethernet/sun/sunhme.c
+++ b/drivers/net/ethernet/sun/sunhme.c
@@ -1857,7 +1857,7 @@ static int happy_meal_is_not_so_happy(struct happy_meal *hp, u32 status)
 		if (status & GREG_STAT_TXLERR)
 			printk("LateError ");
 		if (status & GREG_STAT_TXPERR)
-			printk("ParityErro ");
+			printk("ParityError ");
 		if (status & GREG_STAT_TXTERR)
 			printk("TagBotch ");
 		printk("]\n");
-- 
2.11.0

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

* Re: [PATCH] net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"
  2017-04-29 21:38 [PATCH] net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError" Colin King
@ 2017-05-01  2:55 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-05-01  2:55 UTC (permalink / raw)
  To: colin.king; +Cc: tremyfr, jarod, tklauser, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Sat, 29 Apr 2017 22:38:57 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistakes 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-05-01  2:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-29 21:38 [PATCH] net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError" Colin King
2017-05-01  2:55 ` David Miller

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).