Refactor the document of IOMMU functions

This commit is contained in:
Yuke Peng
2024-11-07 10:35:38 +08:00
committed by Tate, Hongliang Tian
parent c2626da757
commit 12aa9fc857
7 changed files with 15 additions and 15 deletions

View File

@ -40,7 +40,7 @@ impl IrtEntryHandle {
self.entry_ref = None;
}
/// Create a handle based on index and the interrupt remapping table base virtual address.
/// Creates a handle based on index and the interrupt remapping table base virtual address.
///
/// # Safety
///