]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
net/mlx5e: Fix typo in warning if CQ moderation is not supported
authorItay Aveksis <itayav@mellanox.com>
Wed, 7 Jun 2017 14:01:51 +0000 (17:01 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 15 Jun 2017 21:12:41 +0000 (00:12 +0300)
Signed-off-by: Itay Aveksis <itayav@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_main.c

index 9dad80f3231423d95d62b9d028005ff5ac43e085..51f686d737cbdde3ca7c8c233844e0a383c3648a 100644 (file)
@@ -3718,7 +3718,7 @@ static int mlx5e_check_required_hca_cap(struct mlx5_core_dev *mdev)
        if (!MLX5_CAP_ETH(mdev, self_lb_en_modifiable))
                mlx5_core_warn(mdev, "Self loop back prevention is not supported\n");
        if (!MLX5_CAP_GEN(mdev, cq_moderation))
-               mlx5_core_warn(mdev, "CQ modiration is not supported\n");
+               mlx5_core_warn(mdev, "CQ moderation is not supported\n");
 
        return 0;
 }