From d7f82fb14cb4f6cd0fff30b0d931f0675d425ed4 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Fri, 26 Jul 2024 23:18:38 +0800 Subject: [PATCH] Correct comment blocks Fix wrong comment blocks in the following files: - arch/arm/src/stm32f0l0g0/stm32_pwr.c - include/nuttx/mtd/nand_config.h Signed-off-by: Huang Qi --- arch/arm/src/stm32f0l0g0/stm32_pwr.c | 8 ++++---- include/nuttx/mtd/nand_config.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/src/stm32f0l0g0/stm32_pwr.c b/arch/arm/src/stm32f0l0g0/stm32_pwr.c index 29376d2b73..7e829fa9f7 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_pwr.c +++ b/arch/arm/src/stm32f0l0g0/stm32_pwr.c @@ -25,10 +25,6 @@ #include #include "chip.h" -/**************************************************************************** - * Public Functions - ****************************************************************************/ - /* This file is only a thin shell that includes the proper PWR implementation * according to the selected MCU family. */ @@ -38,3 +34,7 @@ #else # include "stm32f0l0_pwr.c" #endif + +/**************************************************************************** + * Public Functions + ****************************************************************************/ diff --git a/include/nuttx/mtd/nand_config.h b/include/nuttx/mtd/nand_config.h index ad50fd8825..f62e026034 100644 --- a/include/nuttx/mtd/nand_config.h +++ b/include/nuttx/mtd/nand_config.h @@ -45,7 +45,7 @@ * Pre-processor Definitions ****************************************************************************/ -/* Configuration ************************************************************ +/* Configuration ************************************************************/ /* Maximum number of blocks in a device */