aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2022-08-11 20:09:59 +0800
committerVinod Koul <[email protected]>2022-09-05 11:51:24 +0530
commite1c9832b0964327399d43dc481a8c85285b23ad5 (patch)
tree7f01fe20cea73dfe3ceb61c2d2f7b867a18a53ac
parent7d81afd2690400f8fb7d9bec0532624562634766 (diff)
dmaengine: stm32-dmamux: Fix comment typo
The double `end' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r--drivers/dma/stm32-dmamux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/stm32-dmamux.c b/drivers/dma/stm32-dmamux.c
index b431f9da9206..865dd2ff1828 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
*/
};