Re: [PATCH] rust: debugfs: use "kernel vertical" style for imports
From: Alexandre Courbot
Date: Sun Dec 28 2025 - 02:52:30 EST
On Fri Dec 19, 2025 at 1:56 AM JST, Danilo Krummrich wrote:
> Convert all imports in the debugfs Rust module 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: Alexandre Courbot <acourbot@xxxxxxxxxx>