]> git.baikalelectronics.ru Git - kernel.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 06:53:11 +0000 (08:53 +0200)
commitdcdc075b9e13d813c52f71679e1a3cf9d64d58d5
tree352fa19fe39ced75b3d58841dd4cec93d0fcbbdc
parent7fc2213a861b94d536a96cf75ce36b24d020aa31
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