Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 2e2f6b0ef855 ("rust: iommu: add io_pgtable abstraction")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

authored by

Miguel Ojeda and committed by
Joerg Roedel
7222dd07 a7f1bc23

+1 -1
+1 -1
rust/kernel/iommu/pgtable.rs
··· 14 14 bindings, 15 15 device::{ 16 16 Bound, 17 - Device // 17 + Device, // 18 18 }, 19 19 devres::Devres, 20 20 error::to_result,