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: Colin Ian King <colin.king@canonical.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
e569cbd729
commit
31a91220a2
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue