]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: auxiliary: use "kernel vertical" style for imports
authorDanilo Krummrich <dakr@kernel.org>
Mon, 5 Jan 2026 14:19:42 +0000 (15:19 +0100)
committerDanilo Krummrich <dakr@kernel.org>
Wed, 7 Jan 2026 18:55:49 +0000 (19:55 +0100)
commit6506b44e88da265688f786d379987e91b4826bf4
treea36368f4ff4ecd9bc1964e4223f7e6a7158c939b
parent31bc0aade4e03a056a6b568571e59d3783c97ffc
rust: auxiliary: use "kernel vertical" style for imports

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
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patch.msgid.link/20260105142123.95030-1-dakr@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/auxiliary.rs
samples/rust/rust_driver_auxiliary.rs