[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220811120959.18752-1-wangborong@cdjrlc.com>
Date: Thu, 11 Aug 2022 20:09:59 +0800
From: Jason Wang <wangborong@...rlc.com>
To: mcoquelin.stm32@...il.com
Cc: vkoul@...nel.org, alexandre.torgue@...s.st.com,
dmaengine@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] dmaengine: stm32-dmamux: Fix comment typo
The double `end' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.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.36.1
Powered by blists - more mailing lists