[PATCH] dmaengine: jz4780: fix typo in comment

Julia Lawall posted 1 patch 3 years, 11 months ago
drivers/dma/dma-jz4780.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dmaengine: jz4780: fix typo in comment
Posted by Julia Lawall 3 years, 11 months ago
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/dma/dma-jz4780.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/dma-jz4780.c b/drivers/dma/dma-jz4780.c
index e2ec540e6519..2a483802d9ee 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;
 
 			/*
Re: [PATCH] dmaengine: jz4780: fix typo in comment
Posted by Paul Cercueil 3 years, 11 months ago
Hi Julia,

Le sam., mai 21 2022 at 13:10:30 +0200, Julia Lawall 
<Julia.Lawall@inria.fr> a écrit :
> 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>

Thanks!
-Paul

> 
> ---
>  drivers/dma/dma-jz4780.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/dma/dma-jz4780.c b/drivers/dma/dma-jz4780.c
> index e2ec540e6519..2a483802d9ee 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;
> 
>  			/*
>