diff --git a/arch/arm/src/sama5/sam_xdmac.c b/arch/arm/src/sama5/sam_xdmac.c index 4eb8e3e2461..37c0a4c421c 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;