Re: [PATCH net v2 1/2] net: sysfs: Fix /sys/class/net/<iface> path
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2024-02-03 03:38:49
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2024-02-03 03:38:49
Also in:
lkml
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@debian.org>Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> Thanks Breno! -- Florian