mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
samples: rust_dma: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Signed-off-by: Guru Das Srinagesh <linux@gurudas.dev> Link: https://patch.msgid.link/20260721-rfl-vert-imp-v2-1-71ce0df519f2@gurudas.dev Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
committed by
Danilo Krummrich
parent
5037353473
commit
fde6b526a9
@@ -17,10 +17,14 @@ use kernel::{
|
||||
io_read,
|
||||
Io, //
|
||||
},
|
||||
page, pci,
|
||||
page,
|
||||
pci,
|
||||
prelude::*,
|
||||
scatterlist::{Owned, SGTable},
|
||||
sync::aref::ARef,
|
||||
scatterlist::{
|
||||
Owned,
|
||||
SGTable, //
|
||||
},
|
||||
sync::aref::ARef, //
|
||||
};
|
||||
|
||||
#[pin_data(PinnedDrop)]
|
||||
|
||||
Reference in New Issue
Block a user