Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dmaengine: ep93xx: Fix typo in comments

Remove the repeated word 'and' from comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Link: https://lore.kernel.org/r/20220622143158.15091-1-jiangjian@cdjrlc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Jiang Jian and committed by
Vinod Koul
a7a5c1a9 0951a90e

+1 -1
+1 -1
drivers/dma/ep93xx_dma.c
··· 1183 1183 * 1184 1184 * Synchronizes the DMA channel termination to the current context. When this 1185 1185 * function returns it is guaranteed that all transfers for previously issued 1186 - * descriptors have stopped and and it is safe to free the memory associated 1186 + * descriptors have stopped and it is safe to free the memory associated 1187 1187 * with them. Furthermore it is guaranteed that all complete callback functions 1188 1188 * for a previously submitted descriptor have finished running and it is safe to 1189 1189 * free resources accessed from within the complete callbacks.