OSDN Git Service

net/mlx5e: Fix spelling mistake "supoported" -> "supported"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 31 Jan 2022 08:43:17 +0000 (08:43 +0000)
committerSaeed Mahameed <saeedm@nvidia.com>
Thu, 17 Feb 2022 07:55:13 +0000 (23:55 -0800)
There is a spelling mistake in a NL_SET_ERR_MSG_MOD error
message.  Fix it.

Fixes: 3b49a7edec1d ("net/mlx5e: TC, Reject rules with multiple CT actions")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c

index 85f0cb8..9fb1a9a 100644 (file)
@@ -21,7 +21,7 @@ tc_act_can_offload_ct(struct mlx5e_tc_act_parse_state *parse_state,
        }
 
        if (parse_state->ct && !clear_action) {
-               NL_SET_ERR_MSG_MOD(extack, "Multiple CT actions are not supoported");
+               NL_SET_ERR_MSG_MOD(extack, "Multiple CT actions are not supported");
                return false;
        }