]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
gpu: nova-core: fix up formatting after merge
authorMiguel Ojeda <ojeda@kernel.org>
Thu, 31 Jul 2025 19:41:37 +0000 (21:41 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 31 Jul 2025 20:24:26 +0000 (13:24 -0700)
In the merge 260f6f4fda93 ("Merge tag 'drm-next-2025-07-30' of
https://gitlab.freedesktop.org/drm/kernel"), the formatting in the
conflict resolution doesn't match what `make rustfmt` wants to make it.

Fix it up appropriately.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/nova-core/driver.rs

index cb68d0bc1e63b87c3eb941539e37aabeb31a9c68..5749bad9c285d34b8cfc2843f332e5f31a24b85f 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 
-use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sync::Arc, sizes::SZ_16M};
+use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M, sync::Arc};
 
 use crate::gpu::Gpu;