Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH][next] net/mlx5: Fix spelling mistake "disabliing" -> "disabling"
@ 2025-07-03 10:22 Colin Ian King
  2025-07-07  8:27 ` Mark Bloch
  2025-07-08 15:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2025-07-03 10:22 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky, Tariq Toukan, Mark Bloch,
	Andrew Lunn, David S . Miller, Eric Dumazet, Paolo Abeni,
	Cosmin Ratiu, Carolina Jubran, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

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

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

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c
index 154bbb17ec0e..7ca6bba24001 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c
@@ -1353,7 +1353,7 @@ static int esw_qos_switch_tc_arbiter_node_to_vports(
 					     &node->ix);
 	if (err) {
 		NL_SET_ERR_MSG_MOD(extack,
-				   "Failed to create scheduling element for vports node when disabliing vports TC QoS");
+				   "Failed to create scheduling element for vports node when disabling vports TC QoS");
 		return err;
 	}
 
-- 
2.50.0


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

* Re: [PATCH][next] net/mlx5: Fix spelling mistake "disabliing" -> "disabling"
  2025-07-03 10:22 [PATCH][next] net/mlx5: Fix spelling mistake "disabliing" -> "disabling" Colin Ian King
@ 2025-07-07  8:27 ` Mark Bloch
  2025-07-08 15:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Bloch @ 2025-07-07  8:27 UTC (permalink / raw)
  To: Colin Ian King, Saeed Mahameed, Leon Romanovsky, Tariq Toukan,
	Andrew Lunn, David S . Miller, Eric Dumazet, Paolo Abeni,
	Cosmin Ratiu, Carolina Jubran, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel



On 03/07/2025 13:22, Colin Ian King wrote:
> There is a spelling mistake in a NL_SET_ERR_MSG_MOD message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c
> index 154bbb17ec0e..7ca6bba24001 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c
> @@ -1353,7 +1353,7 @@ static int esw_qos_switch_tc_arbiter_node_to_vports(
>  					     &node->ix);
>  	if (err) {
>  		NL_SET_ERR_MSG_MOD(extack,
> -				   "Failed to create scheduling element for vports node when disabliing vports TC QoS");
> +				   "Failed to create scheduling element for vports node when disabling vports TC QoS");
>  		return err;
>  	}
>  

Reviewed-by: Mark Bloch <mbloch@nvidia.com>

Thanks for the fix.


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

* Re: [PATCH][next] net/mlx5: Fix spelling mistake "disabliing" -> "disabling"
  2025-07-03 10:22 [PATCH][next] net/mlx5: Fix spelling mistake "disabliing" -> "disabling" Colin Ian King
  2025-07-07  8:27 ` Mark Bloch
@ 2025-07-08 15:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-07-08 15:40 UTC (permalink / raw)
  To: Colin Ian King
  Cc: saeedm, leon, tariqt, mbloch, andrew+netdev, davem, edumazet,
	pabeni, cratiu, cjubran, netdev, linux-rdma, kernel-janitors,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  3 Jul 2025 11:22:19 +0100 you wrote:
> There is a spelling mistake in a NL_SET_ERR_MSG_MOD message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] net/mlx5: Fix spelling mistake "disabliing" -> "disabling"
    https://git.kernel.org/netdev/net-next/c/0e86f3eb83c0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-07-08 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-03 10:22 [PATCH][next] net/mlx5: Fix spelling mistake "disabliing" -> "disabling" Colin Ian King
2025-07-07  8:27 ` Mark Bloch
2025-07-08 15:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox