NuttX: typo fix

Yype fix for Public Functions reported by nxstyle

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-04-08 18:18:38 +02:00 committed by Xiang Xiao
parent cb54c838a0
commit d2e7ea05c6
5 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@
#define FTWDT010_CR 0x9850000C
/****************************************************************************
* Public functions
* Public Functions
****************************************************************************/
/****************************************************************************

View File

@ -209,7 +209,7 @@ static int stm32_dma2d_loutpfc(uint8_t fmt);
static void stm32_dma2d_lpfc(int lid, uint32_t blendmode, uint8_t alpha,
uint8_t fmt);
/* Public functions */
/* Public Functions */
#ifdef CONFIG_STM32_FB_CMAP
static int stm32_dma2d_setclut(FAR const struct fb_cmap_s *cmap);

View File

@ -208,7 +208,7 @@ static int stm32_dma2d_loutpfc(uint8_t fmt);
static void stm32_dma2d_lpfc(int lid, uint32_t blendmode, uint8_t alpha,
uint8_t fmt);
/* Public functions */
/* Public Functions */
#ifdef CONFIG_STM32F7_FB_CMAP
static int stm32_dma2d_setclut(FAR const struct fb_cmap_s *cmap);

View File

@ -209,7 +209,7 @@ struct stm32l4_tim_ops_s
};
/****************************************************************************
* Public functions
* Public Functions Prototypes
****************************************************************************/
/* Power-up timer and get its structure */

View File

@ -131,7 +131,7 @@ extern struct spi_dev_s *g_spi2;
#endif
/****************************************************************************
* Public functions
* Public Functions Prototypes
****************************************************************************/
/****************************************************************************