projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c4182
)
dmaengine: mediatek-cqdma: fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:11 +0000
(13:11 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 6 Jul 2022 05:20:43 +0000
(10:50 +0530)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link:
https://lore.kernel.org/r/20220521111145.81697-61-Julia.Lawall@inria.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mediatek/mtk-cqdma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/mediatek/mtk-cqdma.c
b/drivers/dma/mediatek/mtk-cqdma.c
index
f8847c4
..
9ae92b8
100644
(file)
--- a/
drivers/dma/mediatek/mtk-cqdma.c
+++ b/
drivers/dma/mediatek/mtk-cqdma.c
@@
-373,7
+373,7
@@
static void mtk_cqdma_tasklet_cb(struct tasklet_struct *t)
/*
* free child CVD after completion.
- * the parent CVD would be free
e
d with desc_free by user.
+ * the parent CVD would be freed with desc_free by user.
*/
if (cvd->parent != cvd)
kfree(cvd);