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

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

amd-xgbe: fix spelling mistake: "avialable" -> "available"



Trivial fix to spelling mistake in netdev_err message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8ac6e2a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ static int xgbe_set_pauseparam(struct net_device *netdev,

	if (pause->autoneg && (pdata->phy.autoneg != AUTONEG_ENABLE)) {
		netdev_err(netdev,
			   "autoneg disabled, pause autoneg not avialable\n");
			   "autoneg disabled, pause autoneg not available\n");
		return -EINVAL;
	}