提交 896e863d 编写于 作者: C Colin Ian King 提交者: David S. Miller

net: dsa: fix spelling mistake "waitting" -> "waiting"

Trivial fix to spelling mistake in dev_err error message.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6312fe77
...@@ -930,7 +930,7 @@ static void vsc73xx_adjust_link(struct dsa_switch *ds, int port, ...@@ -930,7 +930,7 @@ static void vsc73xx_adjust_link(struct dsa_switch *ds, int port,
VSC73XX_ARBEMPTY, &val); VSC73XX_ARBEMPTY, &val);
if (--maxloop == 0) { if (--maxloop == 0) {
dev_err(vsc->dev, dev_err(vsc->dev,
"timeout waitting for block arbiter\n"); "timeout waiting for block arbiter\n");
/* Continue anyway */ /* Continue anyway */
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册