mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
boards: nxstyle fixes
fixes for nxstyle errors reported by the tool. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
72041911ce
commit
f8420a9e47
@@ -70,10 +70,11 @@ void ez80_board_initialize(void)
|
||||
* 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_initialize() 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.
|
||||
* function called board_late_initialize(). board_late_initialize() will
|
||||
* be called immediately after up_initialize() 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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -78,7 +78,9 @@ int ez80_mmcsd_initialize(void)
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
/* Register the MMC/SD block driver for slot 0 with device minor number 0. */
|
||||
/* Register the MMC/SD block driver for
|
||||
* slot 0 with device minor number 0.
|
||||
*/
|
||||
|
||||
ret = mmcsd_spislotinitialize(0, 0, spi);
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user