boards/arm/sama5/sama5d4-ek/src/sam_at25.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-12-05 22:28:13 +09:00 committed by Xiang Xiao
parent 83b24f0382
commit b69dbbcbcf

View File

@ -101,7 +101,8 @@ int sam_at25_automount(int minor)
mtd = at25_initialize(spi);
if (!mtd)
{
ferr("ERROR: Failed to bind SPI port %d to the AT25 FLASH driver\n");
ferr("ERROR: Failed to bind SPI port %d "
"to the AT25 FLASH driver\n");
return -ENODEV;
}