Skip to content

Commit d787390

Browse files
Shaomin Dengvinodkoul
authored andcommitted
dmaengine: virt-dma: Fix double word in comments
Delete the double word "many" in comments. Signed-off-by: Shaomin Deng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent c10a777 commit d787390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/s3c24xx-dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ static int s3c24xx_dma_init_virtual_channels(struct s3c24xx_dma_engine *s3cdma,
10941094
INIT_LIST_HEAD(&dmadev->channels);
10951095

10961096
/*
1097-
* Register as many many memcpy as we have physical channels,
1097+
* Register as many memcpy as we have physical channels,
10981098
* we won't always be able to use all but the code will have
10991099
* to cope with that situation.
11001100
*/

0 commit comments

Comments
 (0)