Commit 2d8ea148 authored by Jian Shen's avatar Jian Shen Committed by David S. Miller

net: fix mistake path for netdev_features_strings

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.
Signed-off-by: default avatarJian Shen <shenjian15@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 01f1b6ed
...@@ -93,7 +93,7 @@ enum { ...@@ -93,7 +93,7 @@ enum {
/* /*
* Add your fresh new feature above and remember to update * 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 * some feature mask #defines below. Please also describe it
* in Documentation/networking/netdev-features.rst. * in Documentation/networking/netdev-features.rst.
*/ */
......
...@@ -233,7 +233,7 @@ enum tunable_id { ...@@ -233,7 +233,7 @@ enum tunable_id {
ETHTOOL_PFC_PREVENTION_TOUT, /* timeout in msecs */ ETHTOOL_PFC_PREVENTION_TOUT, /* timeout in msecs */
/* /*
* Add your fresh new tunable attribute above and remember to update * Add your fresh new tunable attribute above and remember to update
* tunable_strings[] in net/core/ethtool.c * tunable_strings[] in net/ethtool/common.c
*/ */
__ETHTOOL_TUNABLE_COUNT, __ETHTOOL_TUNABLE_COUNT,
}; };
...@@ -297,7 +297,7 @@ enum phy_tunable_id { ...@@ -297,7 +297,7 @@ enum phy_tunable_id {
ETHTOOL_PHY_EDPD, ETHTOOL_PHY_EDPD,
/* /*
* Add your fresh new phy tunable attribute above and remember to update * Add your fresh new phy tunable attribute above and remember to update
* phy_tunable_strings[] in net/core/ethtool.c * phy_tunable_strings[] in net/ethtool/common.c
*/ */
__ETHTOOL_PHY_TUNABLE_COUNT, __ETHTOOL_PHY_TUNABLE_COUNT,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment