Re: [PATCH 3/3] rust: net: phy: follow usual comment conventions

From: FUJITA Tomonori
Date: Mon Nov 10 2025 - 18:38:13 EST


On Mon, 10 Nov 2025 13:22:23 +0100
Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:

> Examples should aim to follow the usual conventions, which makes
> documentation more consistent with code and itself, and it should also
> help newcomers learn them more easily.
>
> Thus change the comments to follow them.
>
> Link: https://docs.kernel.org/rust/coding-guidelines.html#comments
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
> ---
> rust/kernel/net/phy/reg.rs | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx>