From: Julia Lawall Date: Sat, 21 May 2022 11:10:27 +0000 (+0200) Subject: dmaengine: ste_dma40: fix typo in comment X-Git-Tag: v6.1-rc5~707^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a71da24ce1f8f6844c6378ae394b5c4b31ff5725;p=platform%2Fkernel%2Flinux-starfive.git dmaengine: ste_dma40: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20220521111145.81697-17-Julia.Lawall@inria.fr Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index e182739..f093e08 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -1970,7 +1970,7 @@ static int d40_config_memcpy(struct d40_chan *d40c) dma_has_cap(DMA_SLAVE, cap)) { d40c->dma_cfg = dma40_memcpy_conf_phy; - /* Generate interrrupt at end of transfer or relink. */ + /* Generate interrupt at end of transfer or relink. */ d40c->dst_def_cfg |= BIT(D40_SREG_CFG_TIM_POS); /* Generate interrupt on error. */