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

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.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 7d81afd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
			 */
};