Skip to content

Commit

Permalink
fix(paging): clippy::doc_overindented_list_items
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Feb 3, 2025
1 parent 9834ac5 commit 30fd185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/x86_64/mm/paging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pub fn virt_to_phys(virtual_address: VirtAddr) -> PhysAddr {
///
/// * `physical_address` - First physical address to map these pages to
/// * `flags` - Flags from PageTableEntryFlags to set for the page table entry (e.g. WRITABLE or NO_EXECUTE).
/// The PRESENT flags is set automatically.
/// The PRESENT flags is set automatically.
pub fn map<S>(
virtual_address: VirtAddr,
physical_address: PhysAddr,
Expand Down

0 comments on commit 30fd185

Please sign in to comment.