aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaomin Deng <[email protected]>2022-08-25 10:45:45 -0400
committerVinod Koul <[email protected]>2022-09-29 12:22:27 +0530
commitd7873903cc6bb681138c263a1648d23a71dafbd2 (patch)
tree37276b8225b60c4d0c31283308dcf60a322bfec6
parentc10a7777dd30e36a0105055cc393aad7c35a9713 (diff)
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]>
-rw-r--r--drivers/dma/s3c24xx-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c
index f6ed7e889781..a09eeb545f7d 100644
--- a/drivers/dma/s3c24xx-dma.c
+++ b/drivers/dma/s3c24xx-dma.c
@@ -1094,7 +1094,7 @@ static int s3c24xx_dma_init_virtual_channels(struct s3c24xx_dma_engine *s3cdma,
INIT_LIST_HEAD(&dmadev->channels);
/*
- * Register as many many memcpy as we have physical channels,
+ * Register as many memcpy as we have physical channels,
* we won't always be able to use all but the code will have
* to cope with that situation.
*/