Re: [PATCH net] net: sysfs: Fix /sys/class/net/<iface> path for statistics

From: Andrew Lunn
Date: Fri Feb 09 2024 - 12:22:19 EST


On Fri, Feb 09, 2024 at 01:55:18AM -0800, Breno Leitao wrote:
> 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@xxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew