projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6312fe7
)
net: dsa: fix spelling mistake "waitting" -> "waiting"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 5 Jul 2018 08:30:04 +0000
(09:30 +0100)
committer
David S. Miller
<davem@davemloft.net>
Thu, 5 Jul 2018 10:23:50 +0000
(19:23 +0900)
Trivial fix to spelling mistake in dev_err error message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/vitesse-vsc73xx.c
patch
|
blob
|
history
diff --git
a/drivers/net/dsa/vitesse-vsc73xx.c
b/drivers/net/dsa/vitesse-vsc73xx.c
index a4fc260006dee32634f0e36d3ce13fbee58c0390..3bbd86084119e0a76b7d9d8982eb6bd878c808db 100644
(file)
--- a/
drivers/net/dsa/vitesse-vsc73xx.c
+++ b/
drivers/net/dsa/vitesse-vsc73xx.c
@@
-930,7
+930,7
@@
static void vsc73xx_adjust_link(struct dsa_switch *ds, int port,
VSC73XX_ARBEMPTY, &val);
if (--maxloop == 0) {
dev_err(vsc->dev,
- "timeout wait
t
ing for block arbiter\n");
+ "timeout waiting for block arbiter\n");
/* Continue anyway */
break;
}