Skip to content

Commit fd39ae7

Browse files
JuliaLawallvinodkoul
authored andcommitted
dmaengine: mediatek-cqdma: fix typo in comment
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>
1 parent e4c4182 commit fd39ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/mediatek/mtk-cqdma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ static void mtk_cqdma_tasklet_cb(struct tasklet_struct *t)
373373

374374
/*
375375
* free child CVD after completion.
376-
* the parent CVD would be freeed with desc_free by user.
376+
* the parent CVD would be freed with desc_free by user.
377377
*/
378378
if (cvd->parent != cvd)
379379
kfree(cvd);

0 commit comments

Comments
 (0)