lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20170429213857.11297-1-colin.king@canonical.com> Date: Sat, 29 Apr 2017 22:38:57 +0100 From: Colin King <colin.king@...onical.com> To: "David S . Miller" <davem@...emloft.net>, Philippe Reynes <tremyfr@...il.com>, Jarod Wilson <jarod@...hat.com>, Tobias Klauser <tklauser@...tanz.ch>, netdev@...r.kernel.org Cc: linux-kernel@...r.kernel.org Subject: [PATCH] net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError" From: Colin Ian King <colin.king@...onical.com> trivial fix to spelling mistakes in printk message. Signed-off-by: Colin Ian King <colin.king@...onical.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
Powered by blists - more mailing lists