arch/arm/src/sama5/sam_xdmac.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-12-05 22:03:12 +09:00 committed by Xiang Xiao
parent 59dc739895
commit c8eb8ac9c1

View File

@ -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;