Message ID | 20180503133503.14508-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
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. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
T24gVGh1LCAyMDE4LTA1LTAzIGF0IDE0OjQ0IC0wNDAwLCBEYXZpZCBNaWxsZXIgd3JvdGU6DQo+ IEZyb206IENvbGluIEtpbmcgPGNvbGluLmtpbmdAY2Fub25pY2FsLmNvbT4NCj4gRGF0ZTogVGh1 LCAgMyBNYXkgMjAxOCAxNDozNTowMyArMDEwMA0KPiANCj4gPiBGcm9tOiBDb2xpbiBJYW4gS2lu ZyA8Y29saW4ua2luZ0BjYW5vbmljYWwuY29tPg0KPiA+IA0KPiA+IFRyaXZpYWwgZml4IHRvIHNw ZWxsaW5nIG1pc3Rha2UgaW4gbmV0ZGV2X3dhcm4gd2FybmluZyBtZXNzYWdlDQo+ID4gDQo+ID4g U2lnbmVkLW9mZi1ieTogQ29saW4gSWFuIEtpbmcgPGNvbGluLmtpbmdAY2Fub25pY2FsLmNvbT4N Cj4gDQo+IFNhZWVkLCBwbGVhc2Ugc2VuZCB0aGlzIHRvIG1lIGluIHlvdXIgbmV4dCBwdWxsIHJl cXVlc3QuDQo+IA0KDQpBcHBsaWVkIHRvIG1seDUtbmV4dCwgVGhhbmtzIENvbGluIGFuZCBEYXZl ICENCg0K -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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)