diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 13:11:11 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-06 10:50:43 +0530 |
commit | fd39ae75b66260f235b05e48246fe63e9ea1a0e5 (patch) | |
tree | fdb300d8544e2fcfd4f6ddbdeaf7e1fe98c51d45 | |
parent | e4c4182f3c55648d427060da55ad6aa55269651a (diff) | |
download | linux-fd39ae75b66260f235b05e48246fe63e9ea1a0e5.tar.bz2 |
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>
-rw-r--r-- | drivers/dma/mediatek/mtk-cqdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mediatek/mtk-cqdma.c b/drivers/dma/mediatek/mtk-cqdma.c index f8847c48ba03..9ae92b8940ef 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); |