arch/arm/src/sama5/sam_xdmac.c: Appease nxstyle
This commit is contained in:
parent
59dc739895
commit
c8eb8ac9c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user