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:42:11 UTC

[incubator-nuttx] 21/27: boards/arm/sam34/sam4e-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 392c2948e559f7fac6f812a9f0284f36a55c2479
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Sun Dec 6 18:50:32 2020 +0900

    boards/arm/sam34/sam4e-ek/src/sam_at25.c: Appease nxstyle
---
 boards/arm/sam34/sam4e-ek/src/sam_at25.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/boards/arm/sam34/sam4e-ek/src/sam_at25.c b/boards/arm/sam34/sam4e-ek/src/sam_at25.c
index 282aa61..ac722ea 100644
--- a/boards/arm/sam34/sam4e-ek/src/sam_at25.c
+++ b/boards/arm/sam34/sam4e-ek/src/sam_at25.c
@@ -97,7 +97,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;
         }
 
@@ -132,6 +133,7 @@ int sam_at25_automount(int minor)
           return ret;
         }
 #endif
+
       /* Now we are initialized */
 
       initialized = true;