Skip to content

Commit

Permalink
dmaengine: pl08x: Fix double word
Browse files Browse the repository at this point in the history
Fix 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]>
  • Loading branch information
Shaomin Deng authored and vinodkoul committed Sep 29, 2022
1 parent d787390 commit 5c43442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,7 @@ static int pl08x_dma_init_virtual_channels(struct pl08x_driver_data *pl08x,
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.
*/
Expand Down

0 comments on commit 5c43442

Please sign in to comment.