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:52 UTC

[incubator-nuttx] 02/27: arch/arm/src/sama5/sam_xdmac.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 c8eb8ac9c1a15376ee9c0872a0121697b8fd3e4c
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Sat Dec 5 22:03:12 2020 +0900

    arch/arm/src/sama5/sam_xdmac.c: Appease nxstyle
---
 arch/arm/src/sama5/sam_xdmac.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/src/sama5/sam_xdmac.c b/arch/arm/src/sama5/sam_xdmac.c
index 4eb8e3e..37c0a4c 100644
--- a/arch/arm/src/sama5/sam_xdmac.c
+++ b/arch/arm/src/sama5/sam_xdmac.c
@@ -2325,7 +2325,9 @@ int sam_dmastart(DMA_HANDLE handle, dma_callback_t callback, void *arg)
 
   if (xdmach->llhead)
     {
-      /* Save the callback info.  This will be invoked whent the DMA completes */
+      /* Save the callback info.  This will be invoked whent the DMA
+       * completes
+       */
 
       xdmach->callback = callback;
       xdmach->arg      = arg;