Re: [PATCH 1/8] rust: dma: use "kernel vertical" style for imports

From: Gary Guo

Date: Tue Mar 03 2026 - 12:15:55 EST


On Tue Mar 3, 2026 at 4:22 PM GMT, Danilo Krummrich wrote:
> Convert all imports to use "kernel vertical" style.
>
> With this, subsequent patches neither introduce unrelated changes nor
> leave an inconsistent import pattern.
>
> While at it, drop unnecessary imports covered by prelude::*.
>
> Link: https://docs.kernel.org/rust/coding-guidelines.html#imports
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>

Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>

> ---
> rust/kernel/dma.rs | 16 ++++++++++++----
> 1 file changed, 12 insertions(+), 4 deletions(-)