Message ID | 20210315123004.9957-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [next] net/mlx5: Fix spelling mistakes in mlx5_core_info message | expand |
On Mon, 2021-03-15 at 12:30 +0000, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > There are two spelling mistakes in a mlx5_core_info message. Fix > them. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > drivers/net/ethernet/mellanox/mlx5/core/health.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/mellanox/mlx5/core/health.c > b/drivers/net/ethernet/mellanox/mlx5/core/health.c > index a0a851640804..9ff163c5bcde 100644 > --- a/drivers/net/ethernet/mellanox/mlx5/core/health.c > +++ b/drivers/net/ethernet/mellanox/mlx5/core/health.c > @@ -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; > } > Applied to net-next-mlx5, sorry for the delay.
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/health.c b/drivers/net/ethernet/mellanox/mlx5/core/health.c index a0a851640804..9ff163c5bcde 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/health.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/health.c @@ -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; }