projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d81afd
)
dmaengine: stm32-dmamux: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Thu, 11 Aug 2022 12:09:59 +0000
(20:09 +0800)
committer
Vinod Koul
<vkoul@kernel.org>
Mon, 5 Sep 2022 06:21:24 +0000
(11:51 +0530)
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>
drivers/dma/stm32-dmamux.c
patch
|
blob
|
history
diff --git
a/drivers/dma/stm32-dmamux.c
b/drivers/dma/stm32-dmamux.c
index b431f9da9206e67b67550c17aae264af7bc9367f..865dd2ff1828ecbc1ba4aa71cc7ef728b0a924ea 100644
(file)
--- 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
*/
};