Commit e1c9832b authored by Jason Wang's avatar Jason Wang Committed by Vinod Koul

dmaengine: stm32-dmamux: Fix comment typo

The double `end' is duplicated in the comment, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220811120959.18752-1-wangborong@cdjrlc.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 7d81afd2
......@@ -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
*/
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment