mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Paul Cercueil <paul@crapouillou.net>
To: Julia Lawall <Julia.Lawall@inria.fr>
Cc: kernel-janitors@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	linux-mips@vger.kernel.org, dmaengine@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dmaengine: jz4780: fix typo in comment
Date: Sun, 22 May 2022 10:38:41 +0100	[thread overview]
Message-ID: <HS2ACR.CGG9DJPX3OD31@crapouillou.net> (raw)
In-Reply-To: <20220521111145.81697-20-Julia.Lawall@inria.fr>

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;
> 
>  			/*
> 



      reply	other threads:[~2022-05-22  9:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-21 11:10 Julia Lawall
2022-05-22  9:38 ` Paul Cercueil [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=HS2ACR.CGG9DJPX3OD31@crapouillou.net \
    --to=paul@crapouillou.net \
    --cc=Julia.Lawall@inria.fr \
    --cc=dmaengine@vger.kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome