Re: [PATCH] rust: io: cleanup imports and use "kernel vertical" style

From: Danilo Krummrich
Date: Tue Nov 11 2025 - 03:53:59 EST


On Wed Nov 5, 2025 at 12:32 AM AEDT, Danilo Krummrich wrote:
> Commit 46f045db5a94 ("rust: Add read_poll_timeout_atomic function")
> initiated the first import change in the I/O module using the agreed
> "kernel vertical" import style [1].
>
> For consistency throughout the module, adjust all other imports
> accordingly.
>
> While at it, drop unnecessary imports covered by prelude::*.
>
> Link: https://docs.kernel.org/rust/coding-guidelines.html#imports [1]
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>

Applied to driver-core-testing, thanks!

[ Use prelude::* in io/poll.rs. - Danilo ]