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

trivial fix to spelling mistakes in printk message.

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

Reply via email to