summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-01-31 11:43:17 +0300
committerSaeed Mahameed <saeedm@nvidia.com>2022-02-17 10:55:13 +0300
commit9625bf39bd4140cebd60cc658846505f4ab6c8ca (patch)
tree4745c86956e4346caa1f089c142b094f6bedb95f /drivers/net
parent22b67d17194fa47ac06b27475e63bb9f7f65b307 (diff)
downloadlinux-9625bf39bd4140cebd60cc658846505f4ab6c8ca.tar.xz
net/mlx5e: Fix spelling mistake "supoported" -> "supported"
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>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c b/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c
index 85f0cb88127f..9fb1a9a8bc02 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c
@@ -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;
}