net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"
Trivial fix to spelling mistake in netdev_err error 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
114f39feab
commit
4e11581c27
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ static int mlx5e_test_loopback(struct mlx5e_priv *priv)
|
||||||
|
|
||||||
if (!test_bit(MLX5E_STATE_OPENED, &priv->state)) {
|
if (!test_bit(MLX5E_STATE_OPENED, &priv->state)) {
|
||||||
netdev_err(priv->netdev,
|
netdev_err(priv->netdev,
|
||||||
"\tCan't perform loobpack test while device is down\n");
|
"\tCan't perform loopback test while device is down\n");
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue