summaryrefslogtreecommitdiffstats
path: root/drivers/dma/s3c24xx-dma.c
diff options
context:
space:
mode:
authorShaomin Deng <dengshaomin@cdjrlc.com>2022-08-25 16:45:45 +0200
committerVinod Koul <vkoul@kernel.org>2022-09-29 08:52:27 +0200
commitd7873903cc6bb681138c263a1648d23a71dafbd2 (patch)
tree37276b8225b60c4d0c31283308dcf60a322bfec6 /drivers/dma/s3c24xx-dma.c
parentdmaengine: qcom: gpi: move read_lock_bh to read_lock in tasklet (diff)
downloadlinux-d7873903cc6bb681138c263a1648d23a71dafbd2.tar.xz
linux-d7873903cc6bb681138c263a1648d23a71dafbd2.zip
dmaengine: virt-dma: Fix double word in comments
Delete the double word "many" in comments. Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com> Link: https://lore.kernel.org/r/20220825144545.3528-1-dengshaomin@cdjrlc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/s3c24xx-dma.c')
-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.
*/