Skip to content

Commit a71da24

Browse files
JuliaLawallvinodkoul
authored andcommitted
dmaengine: ste_dma40: 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> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20220521111145.81697-17-Julia.Lawall@inria.fr Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 0d7c11a commit a71da24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/ste_dma40.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ static int d40_config_memcpy(struct d40_chan *d40c)
19701970
dma_has_cap(DMA_SLAVE, cap)) {
19711971
d40c->dma_cfg = dma40_memcpy_conf_phy;
19721972

1973-
/* Generate interrrupt at end of transfer or relink. */
1973+
/* Generate interrupt at end of transfer or relink. */
19741974
d40c->dst_def_cfg |= BIT(D40_SREG_CFG_TIM_POS);
19751975

19761976
/* Generate interrupt on error. */

0 commit comments

Comments
 (0)