Re: [PATCH] rust: debugfs: use "kernel vertical" style for imports
From: Danilo Krummrich
Date: Mon Dec 22 2025 - 10:57:23 EST
On Thu Dec 18, 2025 at 5:56 PM CET, 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>
Applied to driver-core-testing, thanks!