[PATCH] maengine: stm32-dmamux: Fix double word in comments

Shaomin Deng dengshaomin at cdjrlc.com
Tue Aug 30 08:04:05 PDT 2022


Delete the repeated word "end" in stm32-dmamux.c.

Signed-off-by: Shaomin Deng <dengshaomin at cdjrlc.com>
---
 drivers/dma/stm32-dmamux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/stm32-dmamux.c b/drivers/dma/stm32-dmamux.c
index eee0c5aa5fb5..ca18dee3ccc0 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
 			 */
 };
 
-- 
2.35.1




More information about the linux-arm-kernel mailing list