test/qtest/aspeed_smc-test: Fix coding style
Fix coding style issues from checkpatch.pl Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
e15001bc80
commit
1df52a9ac0
@ -353,7 +353,8 @@ static void test_read_page_mem(void)
|
|||||||
uint32_t page[FLASH_PAGE_SIZE / 4];
|
uint32_t page[FLASH_PAGE_SIZE / 4];
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/* Enable 4BYTE mode for controller. This is should be strapped by
|
/*
|
||||||
|
* Enable 4BYTE mode for controller. This is should be strapped by
|
||||||
* HW for CE0 anyhow.
|
* HW for CE0 anyhow.
|
||||||
*/
|
*/
|
||||||
spi_ce_ctrl(1 << CRTL_EXTENDED0);
|
spi_ce_ctrl(1 << CRTL_EXTENDED0);
|
||||||
@ -394,7 +395,8 @@ static void test_write_page_mem(void)
|
|||||||
uint32_t page[FLASH_PAGE_SIZE / 4];
|
uint32_t page[FLASH_PAGE_SIZE / 4];
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/* Enable 4BYTE mode for controller. This is should be strapped by
|
/*
|
||||||
|
* Enable 4BYTE mode for controller. This is should be strapped by
|
||||||
* HW for CE0 anyhow.
|
* HW for CE0 anyhow.
|
||||||
*/
|
*/
|
||||||
spi_ce_ctrl(1 << CRTL_EXTENDED0);
|
spi_ce_ctrl(1 << CRTL_EXTENDED0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user