diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-08-11 15:09:59 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-09-05 09:21:24 +0300 |
commit | e1c9832b0964327399d43dc481a8c85285b23ad5 (patch) | |
tree | 7f01fe20cea73dfe3ceb61c2d2f7b867a18a53ac /drivers/dma/stm32-dmamux.c | |
parent | 7d81afd2690400f8fb7d9bec0532624562634766 (diff) | |
download | linux-e1c9832b0964327399d43dc481a8c85285b23ad5.tar.xz |
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/stm32-dmamux.c')
-rw-r--r-- | drivers/dma/stm32-dmamux.c | 2 |
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 */ }; |