]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: fix mistake path for netdev_features_strings
authorJian Shen <shenjian15@huawei.com>
Thu, 17 Jun 2021 03:37:11 +0000 (11:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jul 2021 08:01:01 +0000 (10:01 +0200)
commit550ec6e708e54ed6c628d5ecca1fdb688f537db6
tree28991c411c78635830c06180f4e556d6008628ae
parentec61639a9aecf49412ef8e6815fe1665fca7f8b4
net: fix mistake path for netdev_features_strings

[ 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.

Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/netdev_features.h
include/uapi/linux/ethtool.h