Re: [PATCH 4/5] rust: usb: use "kernel vertical" style for imports

From: Danilo Krummrich

Date: Tue Jan 06 2026 - 14:26:45 EST


On Mon Jan 5, 2026 at 3:19 PM CET, 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>
> ---
> @Greg: If you agree I will take this through the driver-core tree. I will have
> driver-core patches building on top of this.

Nevermind, I don't need it in the driver-core tree after all. :)