LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"
@ 2018-05-03 13:35 Colin King
2018-05-03 18:44 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2018-05-03 13:35 UTC (permalink / raw)
To: Saeed Mahameed, Matan Barak, Leon Romanovsky, David S . Miller,
netdev, linux-rdma
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in netdev_warn warning message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"
2018-05-03 13:35 [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify" Colin King
@ 2018-05-03 18:44 ` David Miller
2018-05-04 19:09 ` Saeed Mahameed
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2018-05-03 18:44 UTC (permalink / raw)
To: colin.king
Cc: saeedm, matanb, leon, netdev, linux-rdma, kernel-janitors, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Thu, 3 May 2018 14:35:03 +0100
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in netdev_warn warning message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Saeed, please send this to me in your next pull request.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"
2018-05-03 18:44 ` David Miller
@ 2018-05-04 19:09 ` Saeed Mahameed
0 siblings, 0 replies; 3+ messages in thread
From: Saeed Mahameed @ 2018-05-04 19:09 UTC (permalink / raw)
To: davem, colin.king
Cc: Matan Barak, netdev, linux-rdma, linux-kernel, leon, kernel-janitors
On Thu, 2018-05-03 at 14:44 -0400, David Miller wrote:
> From: Colin King <colin.king@canonical.com>
> Date: Thu, 3 May 2018 14:35:03 +0100
>
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > Trivial fix to spelling mistake in netdev_warn warning message
> >
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
>
> Saeed, please send this to me in your next pull request.
>
Applied to mlx5-next, Thanks Colin and Dave !
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-05-04 19:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03 13:35 [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify" Colin King
2018-05-03 18:44 ` David Miller
2018-05-04 19:09 ` 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).