Re: [PATCH 1/3] rust: net: phy: fix example's references to `C{22,45}`
From: Andrew Lunn
Date: Mon Nov 10 2025 - 11:00:31 EST
On Mon, Nov 10, 2025 at 01:22:21PM +0100, Miguel Ojeda wrote:
> The example refers to `phy::C{22,45}`, but there are no such items --
> they are within `reg`.
>
> Thus fix it.
>
> Fixes: 5114e05a3cfa ("rust: net::phy unified genphy_read_status function for C22 and C45 registers")
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
> ---
> Please feel free to drop the Fixes tag -- I generally add them for
> things that get actually rendered in the documentation, since the stable
> team sometimes picks even typos, but it is of course not an bug on a
> kernel feature, of course.
netdev generally does backport documentation fixed. There are a lot of
developers stuck on LTS trees.
Please submit this to net, and include the Fixes tag.
Andrew