dmaengine: mediatek-cqdma: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:11 +0000 (13:11 +0200)
committerVinod 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

index f8847c4..9ae92b8 100644 (file)
@@ -373,7 +373,7 @@ static void mtk_cqdma_tasklet_cb(struct tasklet_struct *t)
 
                /*
                 * free child CVD after completion.
-                * the parent CVD would be freeed with desc_free by user.
+                * the parent CVD would be freed with desc_free by user.
                 */
                if (cvd->parent != cvd)
                        kfree(cvd);