aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-11 20:09:59 +0800
committerVinod Koul <vkoul@kernel.org>2022-09-05 11:51:24 +0530
commite1c9832b0964327399d43dc481a8c85285b23ad5 (patch)
tree7f01fe20cea73dfe3ceb61c2d2f7b867a18a53ac /drivers/dma
parentdmaengine: sf-pdma:Remove the print function dev_err() (diff)
downloadlinux-dev-e1c9832b0964327399d43dc481a8c85285b23ad5.tar.xz
linux-dev-e1c9832b0964327399d43dc481a8c85285b23ad5.zip
dmaengine: stm32-dmamux: Fix comment typo
The double `end' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Link: https://lore.kernel.org/r/20220811120959.18752-1-wangborong@cdjrlc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma')
-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
*/
};