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:
Alin Jerpelea
2021-04-06 12:13:09 +02:00
committed by Xiang Xiao
parent 72041911ce
commit f8420a9e47
116 changed files with 1997 additions and 1405 deletions
+5 -4
View File
@@ -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.
*
****************************************************************************/
+3 -1
View File
@@ -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)