Commit 5c43442f authored by Shaomin Deng's avatar Shaomin Deng Committed by Vinod Koul

dmaengine: pl08x: Fix double word

Fix the double word "many" in comments.
Signed-off-by: default avatarShaomin Deng <dengshaomin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220830150708.24507-1-dengshaomin@cdjrlc.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent d7873903
...@@ -2367,7 +2367,7 @@ static int pl08x_dma_init_virtual_channels(struct pl08x_driver_data *pl08x, ...@@ -2367,7 +2367,7 @@ static int pl08x_dma_init_virtual_channels(struct pl08x_driver_data *pl08x,
INIT_LIST_HEAD(&dmadev->channels); 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 * we won't always be able to use all but the code will have
* to cope with that situation. * to cope with that situation.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment