diff mbox series

dmaengine: stm32-dmamux: Fix comment typo

Message ID 20220811120959.18752-1-wangborong@cdjrlc.com (mailing list archive)
State Accepted
Commit e1c9832b0964327399d43dc481a8c85285b23ad5
Headers show
Series dmaengine: stm32-dmamux: Fix comment typo | expand

Commit Message

Jason Wang Aug. 11, 2022, 12:09 p.m. UTC
The double `end' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/dma/stm32-dmamux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul Sept. 5, 2022, 6:21 a.m. UTC | #1
On 11-08-22, 20:09, Jason Wang wrote:
> The double `end' is duplicated in the comment, remove one.

Applied, thanks
diff mbox series

Patch

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
 			 */
 };