]> www.infradead.org Git - nvme.git/commit
net: sysfs: Fix /sys/class/net/<iface> path for statistics
authorBreno Leitao <leitao@debian.org>
Fri, 9 Feb 2024 09:55:18 +0000 (01:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2024 12:13:50 +0000 (12:13 +0000)
commit5b3fbd61b9d1f4ed2db95aaf03f9adae0373784d
treeab7c6c7f710c850e8d06668604ed388d6a644646
parent603604c8be421b88ff594c8ea696d6c8a9165cb5
net: sysfs: Fix /sys/class/net/<iface> path for statistics

The Documentation/ABI/testing/sysfs-class-net-statistics 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: 6044f9700645 ("net: sysfs: document /sys/class/net/statistics/*")
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/ABI/testing/sysfs-class-net-statistics