net: dsa: fix spelling mistake "waitting" -> "waiting"
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>
This commit is contained in:
parent
6312fe7775
commit
896e863d6d
@ -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 waitting for block arbiter\n");
|
||||
"timeout waiting for block arbiter\n");
|
||||
/* Continue anyway */
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user