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>
This commit is contained in:
parent
7d81afd269
commit
e1c9832b09
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue