All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] net/mlx5e: Fix spelling mistake "supoported" -> "supported"
@ 2022-01-31  8:43 Colin Ian King
  2022-02-01  7:43 ` Roi Dayan
  0 siblings, 1 reply; 3+ messages in thread
From: Colin Ian King @ 2022-01-31  8:43 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky, David S . Miller,
	Jakub Kicinski, Roi Dayan, Oz Shlomo, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a NL_SET_ERR_MSG_MOD error
message.  Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "supoported" -> "supported"
  2022-01-31  8:43 [PATCH][next] net/mlx5e: Fix spelling mistake "supoported" -> "supported" Colin Ian King
@ 2022-02-01  7:43 ` Roi Dayan
  2022-02-02  4:31   ` Saeed Mahameed
  0 siblings, 1 reply; 3+ messages in thread
From: Roi Dayan @ 2022-02-01  7:43 UTC (permalink / raw)
  To: Colin Ian King, Saeed Mahameed, Leon Romanovsky,
	David S . Miller, Jakub Kicinski, Oz Shlomo, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel



On 2022-01-31 10:43 AM, Colin Ian King wrote:
> There is a spelling mistake in a NL_SET_ERR_MSG_MOD error
> message.  Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>   drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;
>   	}
>   

thanks
you can add a fixes line if needed

Fixes: fd7ab32d19b6 ("net/mlx5e: TC, Reject rules with multiple CT actions")


Reviewed-by: Roi Dayan <roid@nvidia.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "supoported" -> "supported"
  2022-02-01  7:43 ` Roi Dayan
@ 2022-02-02  4:31   ` Saeed Mahameed
  0 siblings, 0 replies; 3+ messages in thread
From: Saeed Mahameed @ 2022-02-02  4:31 UTC (permalink / raw)
  To: Roi Dayan
  Cc: Colin Ian King, Leon Romanovsky, David S . Miller,
	Jakub Kicinski, Oz Shlomo, netdev, linux-rdma, kernel-janitors,
	linux-kernel

On 01 Feb 09:43, Roi Dayan wrote:
>
>
>On 2022-01-31 10:43 AM, Colin Ian King wrote:
>>There is a spelling mistake in a NL_SET_ERR_MSG_MOD error
>>message.  Fix it.
>>
>>Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
>>---
>>  drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>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;
>>  	}
>
>thanks
>you can add a fixes line if needed
>
>Fixes: fd7ab32d19b6 ("net/mlx5e: TC, Reject rules with multiple CT actions")
>

wrong hash,

this is the correct one:
Fixes: 3b49a7edec1d ("net/mlx5e: TC, Reject rules with multiple CT actions")


>
>Reviewed-by: Roi Dayan <roid@nvidia.com>

Applied to net-next-mlx5


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-02  4:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  8:43 [PATCH][next] net/mlx5e: Fix spelling mistake "supoported" -> "supported" Colin Ian King
2022-02-01  7:43 ` Roi Dayan
2022-02-02  4:31   ` Saeed Mahameed

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.