[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b61b5eb4-ee73-405c-aeae-0c26c66445fc@lunn.ch>
Date: Fri, 16 Aug 2024 03:19:51 +0200
From: Andrew Lunn <andrew@...n.ch>
To: FUJITA Tomonori <fujita.tomonori@...il.com>
Cc: netdev@...r.kernel.org, rust-for-linux@...r.kernel.org,
tmgross@...ch.edu, miguel.ojeda.sandonis@...il.com,
benno.lossin@...ton.me, aliceryhl@...gle.com
Subject: Re: [PATCH net-next v3 5/6] rust: net::phy unified
genphy_read_status function for C22 and C45 registers
> +///
> +/// // Checks the link status and updates current link state via C22.
> +/// dev.genphy_read_status::<phy::C22>();
> +/// // Checks the link status and updates current link state via C45.
> +/// dev.genphy_read_status::<phy::C45>();
Again, the word `via` is wrong here. You are looking at the link state
as reported by registers in the C22 namespace, or the C45 namespace.
Andrew
---
pw-bot: cr
Powered by blists - more mailing lists