Re: [PATCH net v2 1/2] net: sysfs: Fix /sys/class/net/<iface> path

From: Florian Fainelli
Date: Fri Feb 02 2024 - 22:39:05 EST




On 1/31/2024 2:21 AM, Breno Leitao wrote:
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@xxxxxxxxxx>

Acked-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>

Thanks Breno!
--
Florian