Skip to content

Commit 0d7c11a

Browse files
JuliaLawallvinodkoul
authored andcommitted
dmaengine: jz4780: 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> Acked-by: Paul Cercueil <paul@crapouillou.net> Link: https://lore.kernel.org/r/20220521111145.81697-20-Julia.Lawall@inria.fr Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent a0e02b8 commit 0d7c11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/dma-jz4780.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ static struct dma_async_tx_descriptor *jz4780_dma_prep_slave_sg(
388388

389389
if (i != (sg_len - 1) &&
390390
!(jzdma->soc_data->flags & JZ_SOC_DATA_BREAK_LINKS)) {
391-
/* Automatically proceeed to the next descriptor. */
391+
/* Automatically proceed to the next descriptor. */
392392
desc->desc[i].dcm |= JZ_DMA_DCM_LINK;
393393

394394
/*

0 commit comments

Comments
 (0)