2022-08-11 12:29:54

by Jason Wang

[permalink] [raw]
Subject: [PATCH] dmaengine: stm32-dmamux: Fix comment typo

The double `end' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <[email protected]>
---
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


2022-09-05 06:32:41

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] dmaengine: stm32-dmamux: Fix comment typo

On 11-08-22, 20:09, Jason Wang wrote:
> The double `end' is duplicated in the comment, remove one.

Applied, thanks

--
~Vinod