mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
boards: stm32f4discovery: Fix style violations
Summary: - This commit fixes style violations in stm32_mmcsd.c Impact: - No impact Testing: - Build check only Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
39146ee367
commit
38733b76df
@@ -1,4 +1,4 @@
|
|||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/stm32/stm32f4discovery/src/stm32_mmcsd.c
|
* boards/arm/stm32/stm32f4discovery/src/stm32_mmcsd.c
|
||||||
*
|
*
|
||||||
* Copyright 2019 Sony Home Entertainment & Sound Products Inc.
|
* Copyright 2019 Sony Home Entertainment & Sound Products Inc.
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
#include <arch/board/board.h>
|
#include <arch/board/board.h>
|
||||||
#include "stm32f4discovery.h"
|
#include "stm32f4discovery.h"
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
@@ -66,11 +66,11 @@
|
|||||||
# error "SD driver requires CONFIG_DISABLE_MOUNTPOINT to be disabled"
|
# error "SD driver requires CONFIG_DISABLE_MOUNTPOINT to be disabled"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Name: stm32_spi1register
|
* Name: stm32_spi1register
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
@@ -85,7 +85,7 @@ int stm32_spi2register(struct spi_dev_s *dev, spi_mediachange_t callback,
|
|||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Name: stm32_mmcsd_initialize
|
* Name: stm32_mmcsd_initialize
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
|
|||||||
Reference in New Issue
Block a user