projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b70de6
)
net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"
author
Colin Ian King
<colin.king@canonical.com>
Sat, 29 Apr 2017 21:38:57 +0000
(22:38 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 1 May 2017 02:55:47 +0000
(22:55 -0400)
trivial fix to spelling mistakes in printk message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sun/sunhme.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sun/sunhme.c
b/drivers/net/ethernet/sun/sunhme.c
index a6cc9a2d41c1992891cf6678d82cf1015372454f..9e983e1d824984d5f1023478f2680eec41aeac53 100644
(file)
--- 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("ParityErro
r
");
if (status & GREG_STAT_TXTERR)
printk("TagBotch ");
printk("]\n");