net/mlx5: Fix spelling mistakes in mlx5_core_info message
authorColin Ian King <colin.king@canonical.com>
Mon, 15 Mar 2021 12:30:04 +0000 (12:30 +0000)
committerSaeed Mahameed <saeedm@nvidia.com>
Fri, 26 Mar 2021 02:50:16 +0000 (19:50 -0700)
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>
drivers/net/ethernet/mellanox/mlx5/core/health.c

index a0a8516..9ff163c 100644 (file)
@@ -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;
 }