]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/tyr: Use vertical style for imports
authorDeborah Brouwer <deborah.brouwer@collabora.com>
Mon, 23 Feb 2026 20:38:33 +0000 (12:38 -0800)
committerAlice Ryhl <aliceryhl@google.com>
Tue, 24 Feb 2026 07:21:26 +0000 (07:21 +0000)
commitef2964f11e9f24b4681b52161cc37ba1a226d5af
tree85e126e91c13cc5158e9b0147a2e188792da8fca
parent289cf6f9145913590f74f8d00a4a23e4e9be75bb
drm/tyr: Use vertical style for imports

Currently Tyr uses rustfmt style for imports, but the kernel uses a
vertical layout that makes it easier to resolve conflicts and rebase.

Import guidelines are documented here:
https://docs.kernel.org/rust/coding-guidelines.html#imports

Change all of Tyr's imports to use the vertical layout. This will
ease the introduction of additional Tyr patches upstream.

There should be no functional changes in this patch.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
Link: https://patch.msgid.link/20260223203833.207955-1-deborah.brouwer@collabora.com
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
drivers/gpu/drm/tyr/driver.rs
drivers/gpu/drm/tyr/file.rs
drivers/gpu/drm/tyr/gem.rs
drivers/gpu/drm/tyr/gpu.rs
drivers/gpu/drm/tyr/regs.rs