linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] net/mlx5: fix spelling mistake "metdata" -> "metadata"
@ 2019-11-05 14:54 Colin King
  2019-11-05 15:03 ` Parav Pandit
  2019-11-06  2:35 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2019-11-05 14:54 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky, David S . Miller, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

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

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
index bd9fd59d8233..1c3fdee87588 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
@@ -1877,7 +1877,7 @@ static int esw_vport_create_ingress_acl_group(struct mlx5_eswitch *esw,
 	if (IS_ERR(g)) {
 		ret = PTR_ERR(g);
 		esw_warn(esw->dev,
-			 "Failed to create vport[%d] ingress metdata group, err(%d)\n",
+			 "Failed to create vport[%d] ingress metadata group, err(%d)\n",
 			 vport->vport, ret);
 		goto grp_err;
 	}
-- 
2.20.1


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

* RE: [PATCH][next] net/mlx5: fix spelling mistake "metdata" -> "metadata"
  2019-11-05 14:54 [PATCH][next] net/mlx5: fix spelling mistake "metdata" -> "metadata" Colin King
@ 2019-11-05 15:03 ` Parav Pandit
  2019-11-06  2:35 ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: Parav Pandit @ 2019-11-05 15:03 UTC (permalink / raw)
  To: Colin King, Saeed Mahameed, Leon Romanovsky, David S . Miller,
	netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel



> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org <linux-kernel-
> owner@vger.kernel.org> On Behalf Of Colin King
> Sent: Tuesday, November 5, 2019 8:54 AM
> To: Saeed Mahameed <saeedm@mellanox.com>; Leon Romanovsky
> <leon@kernel.org>; David S . Miller <davem@davemloft.net>;
> netdev@vger.kernel.org; linux-rdma@vger.kernel.org
> Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [PATCH][next] net/mlx5: fix spelling mistake "metdata" ->
> "metadata"
> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a esw_warn warning message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
> b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
> index bd9fd59d8233..1c3fdee87588 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
> @@ -1877,7 +1877,7 @@ static int
> esw_vport_create_ingress_acl_group(struct mlx5_eswitch *esw,
>  	if (IS_ERR(g)) {
>  		ret = PTR_ERR(g);
>  		esw_warn(esw->dev,
> -			 "Failed to create vport[%d] ingress metdata group,
> err(%d)\n",
> +			 "Failed to create vport[%d] ingress metadata group,
> err(%d)\n",
>  			 vport->vport, ret);
>  		goto grp_err;
>  	}
> --
> 2.20.1
Reviewed-by: Parav Pandit <parav@mellanox.com>


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

* Re: [PATCH][next] net/mlx5: fix spelling mistake "metdata" -> "metadata"
  2019-11-05 14:54 [PATCH][next] net/mlx5: fix spelling mistake "metdata" -> "metadata" Colin King
  2019-11-05 15:03 ` Parav Pandit
@ 2019-11-06  2:35 ` David Miller
  2019-11-06  6:21   ` Saeed Mahameed
  1 sibling, 1 reply; 4+ messages in thread
From: David Miller @ 2019-11-06  2:35 UTC (permalink / raw)
  To: colin.king
  Cc: saeedm, leon, netdev, linux-rdma, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Tue,  5 Nov 2019 14:54:16 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a esw_warn warning message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Saeed, please pick this one up.

Thank you.

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

* Re: [PATCH][next] net/mlx5: fix spelling mistake "metdata" -> "metadata"
  2019-11-06  2:35 ` David Miller
@ 2019-11-06  6:21   ` Saeed Mahameed
  0 siblings, 0 replies; 4+ messages in thread
From: Saeed Mahameed @ 2019-11-06  6:21 UTC (permalink / raw)
  To: davem, colin.king; +Cc: kernel-janitors, netdev, linux-rdma, leon, linux-kernel

On Tue, 2019-11-05 at 18:35 -0800, David Miller wrote:
> From: Colin King <colin.king@canonical.com>
> Date: Tue,  5 Nov 2019 14:54:16 +0000
> 
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > There is a spelling mistake in a esw_warn warning message. Fix it.
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> Saeed, please pick this one up.
> 
> Thank you.

Applied to mlx5-next.
Thanks!

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

end of thread, other threads:[~2019-11-06  6:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 14:54 [PATCH][next] net/mlx5: fix spelling mistake "metdata" -> "metadata" Colin King
2019-11-05 15:03 ` Parav Pandit
2019-11-06  2:35 ` David Miller
2019-11-06  6:21   ` Saeed Mahameed

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).