Skip to content

Commit

Permalink
net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and David S. Miller committed May 3, 2018
1 parent 114f39f commit 4e11581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static int mlx5e_test_loopback(struct mlx5e_priv *priv)

if (!test_bit(MLX5E_STATE_OPENED, &priv->state)) {
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;
}

Expand Down

0 comments on commit 4e11581

Please sign in to comment.