mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
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: 2e2f6b0ef8 ("rust: iommu: add io_pgtable abstraction")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
This commit is contained in:
parent
a7f1bc231b
commit
7222dd071b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ use crate::{
|
|||
bindings,
|
||||
device::{
|
||||
Bound,
|
||||
Device //
|
||||
Device, //
|
||||
},
|
||||
devres::Devres,
|
||||
error::to_result,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue