This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/12.3
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit a5fdf7734bd4f18455d267a131b391a62092186a
Author: Ville Juven <ville.ju...@unikie.com>
AuthorDate: Tue Oct 3 12:55:24 2023 +0300

    kmm_map: Fix incorrect function name field
---
 arch/risc-v/src/common/riscv_addrenv_pgmap.c | 2 +-
 include/nuttx/arch.h                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/risc-v/src/common/riscv_addrenv_pgmap.c 
b/arch/risc-v/src/common/riscv_addrenv_pgmap.c
index 9dbac8592f..edf9687649 100644
--- a/arch/risc-v/src/common/riscv_addrenv_pgmap.c
+++ b/arch/risc-v/src/common/riscv_addrenv_pgmap.c
@@ -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.
diff --git a/include/nuttx/arch.h b/include/nuttx/arch.h
index 64bf8c47dd..723de853df 100644
--- a/include/nuttx/arch.h
+++ b/include/nuttx/arch.h
@@ -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.

Reply via email to