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:
parent
cb54c838a0
commit
d2e7ea05c6
@ -55,7 +55,7 @@
|
||||
#define FTWDT010_CR 0x9850000C
|
||||
|
||||
/****************************************************************************
|
||||
* Public functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -209,7 +209,7 @@ struct stm32l4_tim_ops_s
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Public functions
|
||||
* Public Functions Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/* Power-up timer and get its structure */
|
||||
|
@ -131,7 +131,7 @@ extern struct spi_dev_s *g_spi2;
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public functions
|
||||
* Public Functions Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user