From: Julia Lawall Date: Sat, 21 May 2022 11:10:30 +0000 (+0200) Subject: dmaengine: jz4780: fix typo in comment X-Git-Tag: v6.0-rc1~117^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d7c11af47aa3b065dc0bbc96d42baf411ce09e0;p=thirdparty%2Fkernel%2Flinux.git dmaengine: jz4780: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Acked-by: Paul Cercueil Link: https://lore.kernel.org/r/20220521111145.81697-20-Julia.Lawall@inria.fr Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/dma-jz4780.c b/drivers/dma/dma-jz4780.c index e2ec540e65196..2a483802d9eeb 100644 --- a/drivers/dma/dma-jz4780.c +++ b/drivers/dma/dma-jz4780.c @@ -388,7 +388,7 @@ static struct dma_async_tx_descriptor *jz4780_dma_prep_slave_sg( if (i != (sg_len - 1) && !(jzdma->soc_data->flags & JZ_SOC_DATA_BREAK_LINKS)) { - /* Automatically proceeed to the next descriptor. */ + /* Automatically proceed to the next descriptor. */ desc->desc[i].dcm |= JZ_DMA_DCM_LINK; /*