All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"
@ 2018-05-03 13:35 ` Colin King
  0 siblings, 0 replies; 6+ 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 related	[flat|nested] 6+ messages in thread

* [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"
@ 2018-05-03 13:35 ` Colin King
  0 siblings, 0 replies; 6+ 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 related	[flat|nested] 6+ messages in thread

* Re: [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"
  2018-05-03 13:35 ` Colin King
@ 2018-05-03 18:44   ` David Miller
  -1 siblings, 0 replies; 6+ 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] 6+ messages in thread

* Re: [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"
@ 2018-05-03 18:44   ` David Miller
  0 siblings, 0 replies; 6+ 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] 6+ 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
  -1 siblings, 0 replies; 6+ 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] 6+ messages in thread

* Re: [PATCH] net/mlx5: fix spelling mistake: "modfiy" -> "modify"
@ 2018-05-04 19:09     ` Saeed Mahameed
  0 siblings, 0 replies; 6+ 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

T24gVGh1LCAyMDE4LTA1LTAzIGF0IDE0OjQ0IC0wNDAwLCBEYXZpZCBNaWxsZXIgd3JvdGU6DQo+
IEZyb206IENvbGluIEtpbmcgPGNvbGluLmtpbmdAY2Fub25pY2FsLmNvbT4NCj4gRGF0ZTogVGh1
LCAgMyBNYXkgMjAxOCAxNDozNTowMyArMDEwMA0KPiANCj4gPiBGcm9tOiBDb2xpbiBJYW4gS2lu
ZyA8Y29saW4ua2luZ0BjYW5vbmljYWwuY29tPg0KPiA+IA0KPiA+IFRyaXZpYWwgZml4IHRvIHNw
ZWxsaW5nIG1pc3Rha2UgaW4gbmV0ZGV2X3dhcm4gd2FybmluZyBtZXNzYWdlDQo+ID4gDQo+ID4g
U2lnbmVkLW9mZi1ieTogQ29saW4gSWFuIEtpbmcgPGNvbGluLmtpbmdAY2Fub25pY2FsLmNvbT4N
Cj4gDQo+IFNhZWVkLCBwbGVhc2Ugc2VuZCB0aGlzIHRvIG1lIGluIHlvdXIgbmV4dCBwdWxsIHJl
cXVlc3QuDQo+IA0KDQpBcHBsaWVkIHRvIG1seDUtbmV4dCwgVGhhbmtzIENvbGluIGFuZCBEYXZl
ICENCg0K

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

end of thread, other threads:[~2018-05-04 19:09 UTC | newest]

Thread overview: 6+ 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 13:35 ` Colin King
2018-05-03 18:44 ` David Miller
2018-05-03 18:44   ` David Miller
2018-05-04 19:09   ` Saeed Mahameed
2018-05-04 19:09     ` Saeed Mahameed

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.