boards: lc823450-xgevk: Fix style violations

Summary:
- Fix style violations under lc823450-xgevk

Impact:
- No impact

Testing:
- Build check only

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2020-07-30 09:08:55 +09:00 committed by Xiang Xiao
parent 1a669e09cd
commit f255f4f97d
8 changed files with 23 additions and 6 deletions

View File

@ -36,6 +36,10 @@
#ifndef __BOARDS_ARM_LC823450_LC823450_XGEVK_INCLUDE_BOARD_H
#define __BOARDS_ARM_LC823450_LC823450_XGEVK_INCLUDE_BOARD_H
/****************************************************************************
* Included Files
****************************************************************************/
#include <stdint.h>
/****************************************************************************

View File

@ -59,7 +59,7 @@
#ifndef __ASSEMBLY__
/****************************************************************************
* Public Functions
* Public Function Prototypes
****************************************************************************/
/****************************************************************************

View File

@ -51,6 +51,10 @@
#include "lc823450-xgevk.h"
#include "lc823450_adc.h"
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: lc823450_adc_setup
*

View File

@ -55,9 +55,9 @@
* Description:
* If CONFIG_BOARD_LATE_INITIALIZE is selected, then an additional
* initialization call will be performed in the boot-up sequence to a
* function called board_late_initialize(). board_late_initialize() will be
* called immediately after up_intitialize() is called and just before the
* initial application is started. This additional initialization phase
* function called board_late_initialize(). board_late_initialize() will
* be called immediately after up_intitialize() is called and just before
* the initial application is started. This additional initialization phase
* may be used, for example, to initialize board-specific device drivers.
*
****************************************************************************/

View File

@ -45,7 +45,7 @@
#ifdef CONFIG_BOARDCTL_RESET
/****************************************************************************
* Public functions
* Public Functions
****************************************************************************/
/****************************************************************************

View File

@ -80,7 +80,8 @@ static void lc823450_st7565_cmddata(FAR struct st7565_lcd_s *lcd,
static int lc823450_st7565_senddata(FAR struct st7565_lcd_s *lcd,
FAR const uint8_t *data,
int size);
static int lc823450_st7565_backlight(FAR struct st7565_lcd_s *lcd, int level);
static int lc823450_st7565_backlight(FAR struct st7565_lcd_s *lcd,
int level);
static FAR struct spi_dev_s *g_spidev;
static FAR struct lcd_dev_s *g_lcddev;

View File

@ -33,6 +33,10 @@
*
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: board_usbmsc_initialize
*

View File

@ -73,6 +73,10 @@ static struct wm8776_lower_s g_wm8776info =
.frequency = 400000,
};
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: lc823450_wm8776initialize
****************************************************************************/