Commit 7222dd07 authored by Miguel Ojeda's avatar Miguel Ojeda Committed by Joerg Roedel
Browse files

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: 2e2f6b0e ("rust: iommu: add io_pgtable abstraction")
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent a7f1bc23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    bindings,
    device::{
        Bound,
        Device //
        Device, //
    },
    devres::Devres,
    error::to_result,