You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/12/06 13:41:58 UTC

[incubator-nuttx] 08/27: boards/arm/sama5/sama5d4-ek/src/sam_at25.c: Appease nxstyle

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit b69dbbcbcf4ee359c3ba9e75833893269998c178
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Sat Dec 5 22:28:13 2020 +0900

    boards/arm/sama5/sama5d4-ek/src/sam_at25.c: Appease nxstyle
---
 boards/arm/sama5/sama5d4-ek/src/sam_at25.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/boards/arm/sama5/sama5d4-ek/src/sam_at25.c b/boards/arm/sama5/sama5d4-ek/src/sam_at25.c
index 4f7ef1a..eaf4244 100644
--- a/boards/arm/sama5/sama5d4-ek/src/sam_at25.c
+++ b/boards/arm/sama5/sama5d4-ek/src/sam_at25.c
@@ -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;
         }