]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
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 a0a85164080436a0d49e4eaef83fcc6d643fc8dc..9ff163c5bcde86a489c965e96de8d9b4ce2f8183 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;
 }