netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] net/mlx5e: Fix spelling mistake "Faided" -> "Failed"
@ 2023-08-04 18:23 Colin Ian King
  2023-08-04 20:49 ` Rahul Rameshbabu
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2023-08-04 18:23 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Jianbo Liu, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

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

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

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
index 455746952260..095f31f380fa 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
@@ -316,7 +316,7 @@ void mlx5_esw_ipsec_restore_dest_uplink(struct mlx5_core_dev *mdev)
 			err = mlx5_esw_ipsec_modify_flow_dests(esw, flow);
 			if (err)
 				mlx5_core_warn_once(mdev,
-						    "Faided to modify flow dests for IPsec");
+						    "Failed to modify flow dests for IPsec");
 		}
 		rhashtable_walk_stop(&iter);
 		rhashtable_walk_exit(&iter);
-- 
2.39.2


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

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "Faided" -> "Failed"
  2023-08-04 18:23 [PATCH][next] net/mlx5e: Fix spelling mistake "Faided" -> "Failed" Colin Ian King
@ 2023-08-04 20:49 ` Rahul Rameshbabu
  0 siblings, 0 replies; 2+ messages in thread
From: Rahul Rameshbabu @ 2023-08-04 20:49 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Saeed Mahameed, Leon Romanovsky, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Jianbo Liu, netdev, linux-rdma,
	kernel-janitors, linux-kernel

On Fri, 04 Aug, 2023 19:23:06 +0100 Colin Ian King <colin.i.king@gmail.com> wrote:
> There is a spelling mistake in a warning message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
> index 455746952260..095f31f380fa 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
> @@ -316,7 +316,7 @@ void mlx5_esw_ipsec_restore_dest_uplink(struct mlx5_core_dev *mdev)
>  			err = mlx5_esw_ipsec_modify_flow_dests(esw, flow);
>  			if (err)
>  				mlx5_core_warn_once(mdev,
> -						    "Faided to modify flow dests for IPsec");
> +						    "Failed to modify flow dests for IPsec");
>  		}
>  		rhashtable_walk_stop(&iter);
>  		rhashtable_walk_exit(&iter);

NOTE: This patch should be targeting net-next. There is no 'next' tree
      to integrate into in netdev.

Reviewed-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>

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

end of thread, other threads:[~2023-08-04 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 18:23 [PATCH][next] net/mlx5e: Fix spelling mistake "Faided" -> "Failed" Colin Ian King
2023-08-04 20:49 ` Rahul Rameshbabu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).