Skip to content

Commit c932aa5

Browse files
bjorn3IsaacWoods
authored andcommitted
Fix docs rendering for MsixCapability::set_enabled
1 parent 0bcb096 commit c932aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capability/msix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl MsixCapability {
2828
///
2929
/// Unlike with MSI, the MSI message data and delivery address is not contained within the
3030
/// capability, but instead in system memory, and pointed to by the BAR specified by
31-
/// `[MsixCapability::table_bar]` and `[MsixCapability::table_offset]`. The caller is therefore
31+
/// [`MsixCapability::table_bar`] and [`MsixCapability::table_offset`]. The caller is therefore
3232
/// responsible for configuring this separately, as this crate does not have access to
3333
/// arbitrary physical memory.
3434
pub fn set_enabled(&mut self, enabled: bool, access: impl ConfigRegionAccess) {

0 commit comments

Comments
 (0)