Re: [PATCH 4/5] rust: usb: use "kernel vertical" style for imports
From: Greg KH
Date: Wed Jan 07 2026 - 10:09:29 EST
On Tue, Jan 06, 2026 at 08:26:40PM +0100, Danilo Krummrich wrote:
> 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. :)
Ok, I'll take it through the usb one now, thanks.
greg k-h