]> Git Repo - linux.git/commit
net: sysfs: Fix /sys/class/net/<iface> path for statistics
authorBreno Leitao <[email protected]>
Fri, 9 Feb 2024 09:55:18 +0000 (01:55 -0800)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Documentation/ABI/testing/sysfs-class-net-statistics
This page took 0.056977 seconds and 4 git commands to generate.