Skip to content

Commit 4e11581

Browse files
Colin Ian Kingdavem330
authored andcommitted
net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"
Trivial fix to spelling mistake in netdev_err error message Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 114f39f commit 4e11581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ static int mlx5e_test_loopback(struct mlx5e_priv *priv)
290290

291291
if (!test_bit(MLX5E_STATE_OPENED, &priv->state)) {
292292
netdev_err(priv->netdev,
293-
"\tCan't perform loobpack test while device is down\n");
293+
"\tCan't perform loopback test while device is down\n");
294294
return -ENODEV;
295295
}
296296

0 commit comments

Comments
 (0)