Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 896e863d authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

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



Trivial fix to spelling mistake in dev_err error message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6312fe77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}