[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANiq72=jq50cCg7Xotc_wruGHiwy3CKcCH8D64-F+BEKznUz=Q@mail.gmail.com>
Date: Sun, 28 Sep 2025 16:39:18 +0200
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Mark Brown <broonie@...nel.org>
Cc: Miguel Ojeda <ojeda@...nel.org>, Danilo Krummrich <dakr@...nel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>, Tamir Duberstein <tamird@...il.com>
Subject: Re: linux-next: manual merge of the rust tree with the drm-rust tree
On Tue, Sep 16, 2025 at 3:10 PM Mark Brown <broonie@...nel.org> wrote:
>
> +use crate::page::AsPageIter;
> + use crate::fmt;
These should be the other way around to pass `rustfmt` (please see diff below).
I noticed now that we have cleared the other issues. If it could be
fixed in the merge commit, it would be great, thanks!
Cheers,
Miguel
diff --git a/rust/kernel/alloc/kvec.rs b/rust/kernel/alloc/kvec.rs
index 3d38d9bde582d..2cc147a4cb881 100644
--- a/rust/kernel/alloc/kvec.rs
+++ b/rust/kernel/alloc/kvec.rs
@@ -7,8 +7,8 @@
layout::ArrayLayout,
AllocError, Allocator, Box, Flags, NumaNode,
};
-use crate::page::AsPageIter;
use crate::fmt;
+use crate::page::AsPageIter;
use core::{
borrow::{Borrow, BorrowMut},
marker::PhantomData,
Powered by blists - more mailing lists