Skip to content

Commit

Permalink
net: dsa: fix spelling mistake "waitting" -> "waiting"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Jul 5, 2018
1 parent 6312fe7 commit 896e863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/dsa/vitesse-vsc73xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 896e863

Please sign in to comment.