Re: [PATCH AUTOSEL 4.19 35/55] net: fix mistake path for netdev_features_strings
From: Pavel Machek <hidden>
Date: 2021-07-15 08:45:28
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 181 bytes
From: Pavel Machek <hidden>
Date: 2021-07-15 08:45:28
Also in:
lkml
Hi!
From: Jian Shen <shenjian15@huawei.com> [ Upstream commit 2d8ea148e553e1dd4e80a87741abdfb229e2b323 ] Th_strings arrays netdev_features_strings, tunable_strings, and phy_tunable_strings has been moved to file net/ethtool/common.c. So fixes the comment.
This patch is incorrect for 4.19, as is still uses original filename, not "net/ethtool/common.c". [Plus it really should not be suitable for any stable release according to our rules.] Best regards, Pavel
+++ b/include/linux/netdev_features.h@@ -88,7 +88,7 @@ enum { /* * Add your fresh new feature above and remember to update - * netdev_features_strings[] in net/core/ethtool.c and maybe + * netdev_features_strings[] in net/ethtool/common.c and maybe * some feature mask #defines below. Please also describe it * in Documentation/networking/netdev-features.txt. */
-- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany