Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
Vinod Koul
fd39ae75 e4c4182f

+1 -1
+1 -1
drivers/dma/mediatek/mtk-cqdma.c
··· 373 373 374 374 /* 375 375 * 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. 377 377 */ 378 378 if (cvd->parent != cvd) 379 379 kfree(cvd);