mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
kmm_map: Fix incorrect function name field
This commit is contained in:
parent
a444435f8b
commit
d199264dca
2 changed files with 2 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ int up_addrenv_kmap_pages(void **pages, unsigned int npages, uintptr_t vaddr,
|
|||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Name: riscv_unmap_pages
|
||||
* Name: up_addrenv_kunmap_pages
|
||||
*
|
||||
* Description:
|
||||
* Unmap a previously mapped virtual memory region.
|
||||
|
|
|
|||
|
|
@ -1367,7 +1367,7 @@ int up_addrenv_kmap_pages(FAR void **pages, unsigned int npages,
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: riscv_unmap_pages
|
||||
* Name: up_addrenv_kunmap_pages
|
||||
*
|
||||
* Description:
|
||||
* Unmap a previously mapped virtual memory region.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue