Skip to content

Commit 7222dd0

Browse files
ojedajoergroedel
authored andcommitted
rust: iommu: fix Rust formatting
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 [1] Fixes: 2e2f6b0 ("rust: iommu: add io_pgtable abstraction") Signed-off-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
1 parent a7f1bc2 commit 7222dd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/iommu/pgtable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use crate::{
1414
bindings,
1515
device::{
1616
Bound,
17-
Device //
17+
Device, //
1818
},
1919
devres::Devres,
2020
error::to_result,

0 commit comments

Comments
 (0)