Skip to content

Commit db1d31e

Browse files
erwangokartben
authored andcommitted
drivers: dma: stm32: Minor indentation fix
Makes it easier to grep. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent b9577e6 commit db1d31e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/dma/dma_stm32u5.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,7 @@ static int dma_stm32_reload(const struct device *dev, uint32_t id,
563563
return -EINVAL;
564564
}
565565

566-
LL_DMA_ConfigAddresses(dma,
567-
dma_stm32_id_to_stream(id),
568-
src, dst);
566+
LL_DMA_ConfigAddresses(dma, dma_stm32_id_to_stream(id), src, dst);
569567

570568
LL_DMA_SetBlkDataLength(dma, dma_stm32_id_to_stream(id), size);
571569

0 commit comments

Comments
 (0)