diff options
author | Jian Shen <shenjian15@huawei.com> | 2021-06-17 06:37:11 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-17 21:32:50 +0300 |
commit | 2d8ea148e553e1dd4e80a87741abdfb229e2b323 (patch) | |
tree | e18d25d8d7c203ad74d718992e55e8f53ba48da0 /include/linux/netdev_features.h | |
parent | 01f1b6ed2b846ae124bb54c636ddadb4dd1813a3 (diff) | |
download | linux-2d8ea148e553e1dd4e80a87741abdfb229e2b323.tar.xz |
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: Jian Shen <shenjian15@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdev_features.h')
-rw-r--r-- | include/linux/netdev_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index 3de38d6a0aea..2c6b9e416225 100644 --- a/include/linux/netdev_features.h +++ b/include/linux/netdev_features.h @@ -93,7 +93,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.rst. */ |