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 <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/kernel/dma.rs | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-)
