diff options
author | Shaomin Deng <dengshaomin@cdjrlc.com> | 2022-08-25 16:45:45 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-09-29 08:52:27 +0200 |
commit | d7873903cc6bb681138c263a1648d23a71dafbd2 (patch) | |
tree | 37276b8225b60c4d0c31283308dcf60a322bfec6 /drivers/dma/s3c24xx-dma.c | |
parent | dmaengine: qcom: gpi: move read_lock_bh to read_lock in tasklet (diff) | |
download | linux-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.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. */ |