mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"
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>
This commit is contained in:
parent
9b70de6d02
commit
d832565032
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user