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:
a7f1bc2
)
rust: iommu: fix Rust formatting
author
Miguel Ojeda
<ojeda@kernel.org>
Wed, 21 Jan 2026 18:43:38 +0000
(19:43 +0100)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Thu, 22 Jan 2026 08:19:30 +0000
(09:19 +0100)
The Rust kernel code should be kept `rustfmt`-clean [1].
Thus run the `rustfmt` target to fix the formatting issue.
Link:
https://rust-for-linux.com/contributing#submit-checklist-addendum
Fixes:
2e2f6b0ef855
("rust: iommu: add io_pgtable abstraction")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
rust/kernel/iommu/pgtable.rs
patch
|
blob
|
history
diff --git
a/rust/kernel/iommu/pgtable.rs
b/rust/kernel/iommu/pgtable.rs
index
6135ba1
..
916e1f5
100644
(file)
--- a/
rust/kernel/iommu/pgtable.rs
+++ b/
rust/kernel/iommu/pgtable.rs
@@
-14,7
+14,7
@@
use crate::{
bindings,
device::{
Bound,
- Device //
+ Device
,
//
},
devres::Devres,
error::to_result,