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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4fa7ab87ed9 boards/qemu-armv7r: fix typo in comment
4fa7ab87ed9 is described below

commit 4fa7ab87ed914cd3c322c2624cfc5eeb2775d65b
Author: Yanfeng Liu <[email protected]>
AuthorDate: Tue Jan 21 09:56:02 2025 +0800

    boards/qemu-armv7r: fix typo in comment
    
    This fixes the typo imx_bringup as qemu_bringup to match function
    name.
    
    Signed-off-by: Yanfeng Liu <[email protected]>
---
 boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c 
b/boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c
index d24bcd796e9..2296ae1f36d 100644
--- a/boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c
+++ b/boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c
@@ -94,7 +94,7 @@ static void register_devices_from_fdt(void)
  ****************************************************************************/
 
 /****************************************************************************
- * Name: imx_bringup
+ * Name: qemu_bringup
  *
  * Description:
  *   Bring up board features

Reply via email to