Commit 31a91220 authored by Colin Ian King's avatar Colin Ian King Committed by Saeed Mahameed
Browse files

net/mlx5: Fix spelling mistakes in mlx5_core_info message



There are two spelling mistakes in a mlx5_core_info message. Fix them.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent e569cbd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ static int mlx5_health_try_recover(struct mlx5_core_dev *dev)
		return -EIO;
	}

	mlx5_core_info(dev, "health revovery succeded\n");
	mlx5_core_info(dev, "health recovery succeeded\n");
	return 0;
}