All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: stm32-dmamux: Fix comment typo
@ 2022-08-11 12:09 ` Jason Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Wang @ 2022-08-11 12:09 UTC (permalink / raw)
  To: mcoquelin.stm32
  Cc: vkoul, alexandre.torgue, dmaengine, linux-stm32, linux-arm-kernel,
	linux-kernel, Jason Wang

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-05  6:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 12:09 [PATCH] dmaengine: stm32-dmamux: Fix comment typo Jason Wang
2022-08-11 12:09 ` Jason Wang
2022-09-05  6:21 ` Vinod Koul
2022-09-05  6:21   ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.