diff options
author | Shaomin Deng <dengshaomin@cdjrlc.com> | 2022-08-25 10:45:45 -0400 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-09-29 12:22:27 +0530 |
commit | d7873903cc6bb681138c263a1648d23a71dafbd2 (patch) | |
tree | 37276b8225b60c4d0c31283308dcf60a322bfec6 /drivers/dma | |
parent | c10a7777dd30e36a0105055cc393aad7c35a9713 (diff) |
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')
-rw-r--r-- | drivers/dma/s3c24xx-dma.c | 2 |
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. */ |