From: Julia Lawall Date: Sat, 21 May 2022 11:11:11 +0000 (+0200) Subject: dmaengine: mediatek-cqdma: fix typo in comment X-Git-Tag: v6.1-rc5~707^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd39ae75b66260f235b05e48246fe63e9ea1a0e5;p=platform%2Fkernel%2Flinux-starfive.git dmaengine: mediatek-cqdma: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Link: https://lore.kernel.org/r/20220521111145.81697-61-Julia.Lawall@inria.fr Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/mediatek/mtk-cqdma.c b/drivers/dma/mediatek/mtk-cqdma.c index f8847c4..9ae92b8 100644 --- 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 freeed with desc_free by user. + * the parent CVD would be freed with desc_free by user. */ if (cvd->parent != cvd) kfree(cvd);