From: Jason Wang Date: Thu, 11 Aug 2022 12:09:59 +0000 (+0800) Subject: dmaengine: stm32-dmamux: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e1c9832b0964327399d43dc481a8c85285b23ad5;p=linux.git dmaengine: stm32-dmamux: Fix comment typo The double `end' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Link: https://lore.kernel.org/r/20220811120959.18752-1-wangborong@cdjrlc.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/stm32-dmamux.c b/drivers/dma/stm32-dmamux.c index b431f9da9206e..865dd2ff1828e 100644 --- a/drivers/dma/stm32-dmamux.c +++ b/drivers/dma/stm32-dmamux.c @@ -45,7 +45,7 @@ struct stm32_dmamux_data { */ u32 dma_reqs[]; /* Number of DMA Request per DMA masters. * [0] holds number of DMA Masters. - * To be kept at very end end of this structure + * To be kept at very end of this structure */ };