Re: [PATCH 1/3] rust: net: phy: fix example's references to `C{22,45}`
From: FUJITA Tomonori
Date: Mon Nov 10 2025 - 18:25:07 EST
On Mon, 10 Nov 2025 13:22:21 +0100
Miguel Ojeda <ojeda@xxxxxxxxxx> 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>
Reviewed-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx>