Skip to content

Commit 12248a3

Browse files
ojedajoergroedel
authored andcommitted
rust: iommu: fix srctree link warning
The Rust kernel code should be kept `rustdoc`-clean [1]. Our custom `srctree` link checker in the `rustdoc` target reports: warning: srctree/ link to include/io-pgtable.h does not exist Thus fix it. 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 7222dd0 commit 12248a3

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
@@ -2,7 +2,7 @@
22

33
//! IOMMU page table management.
44
//!
5-
//! C header: [`include/io-pgtable.h`](srctree/include/io-pgtable.h)
5+
//! C header: [`include/linux/io-pgtable.h`](srctree/include/linux/io-pgtable.h)
66
77
use core::{
88
marker::PhantomData,

0 commit comments

Comments
 (0)