Re: [PATCH 1/2] rust: io: fix broken intra-doc link to missing `flags` module

From: Danilo Krummrich
Date: Tue Jul 22 2025 - 05:29:22 EST


On Tue Jul 22, 2025 at 10:54 AM CEST, Miguel Ojeda wrote:
> There is no `mod flags` in this case, unlike others. Instead, they are
> associated constants for the `Flags` type.
>
> Thus reword the sentence to fix the broken intra-doc link, providing
> an example of constant and linking to it to clarify which ones we are
> referring to.
>
> Fixes: 493fc33ec252 ("rust: io: add resource abstraction")
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Thanks for catching this and the other documentation warning.

Applied to driver-core-testing, thanks!