Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: pl08x: Fix double word

Fix the double word "many" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220830150708.24507-1-dengshaomin@cdjrlc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Shaomin Deng and committed by
Vinod Koul
5c43442f d7873903

+1 -1
+1 -1
drivers/dma/amba-pl08x.c
··· 2367 2367 INIT_LIST_HEAD(&dmadev->channels); 2368 2368 2369 2369 /* 2370 - * Register as many many memcpy as we have physical channels, 2370 + * Register as many memcpy as we have physical channels, 2371 2371 * we won't always be able to use all but the code will have 2372 2372 * to cope with that situation. 2373 2373 */