2018-05-03 13:35:59

by Colin King

[permalink] [raw]
Subject: [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in netdev_warn warning message

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c b/drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c
index 610d485c4b03..f64b5e78519b 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c
@@ -565,7 +565,7 @@ static void arfs_modify_rule_rq(struct mlx5e_priv *priv,
err = mlx5_modify_rule_destination(rule, &dst, NULL);
if (err)
netdev_warn(priv->netdev,
- "Failed to modfiy aRFS rule destination to rq=%d\n", rxq);
+ "Failed to modify aRFS rule destination to rq=%d\n", rxq);
}

static void arfs_handle_work(struct work_struct *work)
--
2.17.0



2018-05-03 18:45:13

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"

From: Colin King <[email protected]>
Date: Thu, 3 May 2018 14:35:03 +0100

> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in netdev_warn warning message
>
> Signed-off-by: Colin Ian King <[email protected]>

Saeed, please send this to me in your next pull request.

Thanks.

2018-05-04 19:11:43

by Saeed Mahameed

[permalink] [raw]
Subject: Re: [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"

On Thu, 2018-05-03 at 14:44 -0400, David Miller wrote:
> From: Colin King <[email protected]>
> Date: Thu, 3 May 2018 14:35:03 +0100
>
> > From: Colin Ian King <[email protected]>
> >
> > Trivial fix to spelling mistake in netdev_warn warning message
> >
> > Signed-off-by: Colin Ian King <[email protected]>
>
> Saeed, please send this to me in your next pull request.
>

Applied to mlx5-next, Thanks Colin and Dave !