提交 beef8516 编写于 作者: C Colin Ian King 提交者: David S. Miller

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

Trivial fix to spelling mistake in netdev_err message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 8ac6e2a3
...@@ -247,7 +247,7 @@ static int xgbe_set_pauseparam(struct net_device *netdev, ...@@ -247,7 +247,7 @@ static int xgbe_set_pauseparam(struct net_device *netdev,
if (pause->autoneg && (pdata->phy.autoneg != AUTONEG_ENABLE)) { if (pause->autoneg && (pdata->phy.autoneg != AUTONEG_ENABLE)) {
netdev_err(netdev, netdev_err(netdev,
"autoneg disabled, pause autoneg not avialable\n"); "autoneg disabled, pause autoneg not available\n");
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册