projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9cb2e
)
rust: alloc: employ a trailing comment to keep vertical layout
author
Miguel Ojeda
<ojeda@kernel.org>
Fri, 10 Oct 2025 17:43:50 +0000
(19:43 +0200)
committer
Miguel Ojeda
<ojeda@kernel.org>
Thu, 16 Oct 2025 22:56:20 +0000
(
00:56
+0200)
Apply the formatting guidelines introduced in the previous commit to
make the file `rustfmt`-clean again.
Reviewed-by: Benno Lossin <lossin@kernel.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/alloc/kvec.rs
patch
|
blob
|
history
diff --git
a/rust/kernel/alloc/kvec.rs
b/rust/kernel/alloc/kvec.rs
index
e94aebd
..
ac8d6f7
100644
(file)
--- a/
rust/kernel/alloc/kvec.rs
+++ b/
rust/kernel/alloc/kvec.rs
@@
-9,7
+9,7
@@
use super::{
};
use crate::{
fmt,
- page::AsPageIter,
+ page::AsPageIter,
//
};
use core::{
borrow::{Borrow, BorrowMut},