Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8325650 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"



trivial fix to spelling mistakes in printk message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9b70de6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");