Re: [PATCH] rust: net: phy: fix off-by-one bit positions in device status accessors
FUJITA Tomonori <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 23 Aug 2026 23:51:16 +0800 <[email protected]> wrote: > The v2 will use the bindgen-generated accessors (link(), autoneg(), > autoneg_complete()) instead of the hard-coded numbers, which also removes > the TODO comment that marked them as a stopgap. Sounds good. Given that this patch is expected to be merged via netdev, you might need to send with a proper subject: Documentation/process/maintainer-netdev.rst Thanks,