mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 14:43:58 +08:00
amd-xgbe: fix spelling mistake: "avialable" -> "available"
Trivial fix to spelling mistake in netdev_err 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
8ac6e2a3b8
commit
beef8516a4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user