net: sysfs: Fix /sys/class/net/<iface> path
authorBreno Leitao <leitao@debian.org>
Wed, 31 Jan 2024 10:21:49 +0000 (02:21 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Feb 2024 16:16:34 +0000 (08:16 -0800)
commitae3f4b44641dfff969604735a0dcbf931f383285
tree005de9ecc4a9fcd4152dfaedcca348b9750ebcd5
parent04f647c8e456fcfabe9c252a4dcaee03b586fa4f
net: sysfs: Fix /sys/class/net/<iface> path

The documentation is pointing to the wrong path for the interface.
Documentation is pointing to /sys/class/<iface>, instead of
/sys/class/net/<iface>.

Fix it by adding the `net/` directory before the interface.

Fixes: 1a02ef76acfa ("net: sysfs: add documentation entries for /sys/class/<iface>/queues")
Signed-off-by: Breno Leitao <leitao@debian.org>
Link: https://lore.kernel.org/r/20240131102150.728960-2-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/ABI/testing/sysfs-class-net-queues