All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: wangjianli <wangjianli@cdjrlc.com>
Cc: bjorn.andersson@linaro.org, linux-remoteproc@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drivers/remoteproc: fix repeated words in comments
Date: Mon, 25 Jul 2022 09:55:38 -0600	[thread overview]
Message-ID: <20220725155538.GA4113688@p14s> (raw)
In-Reply-To: <20220724073418.15793-1-wangjianli@cdjrlc.com>

On Sun, Jul 24, 2022 at 03:34:18PM +0800, wangjianli wrote:
>  Delete the redundant word 'in'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>  drivers/remoteproc/remoteproc_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
> index 02a04ab34a23..e3e68b5051bb 100644
> --- a/drivers/remoteproc/remoteproc_core.c
> +++ b/drivers/remoteproc/remoteproc_core.c
> @@ -970,7 +970,7 @@ static int rproc_handle_carveout(struct rproc *rproc,
>  		return 0;
>  	}
>  
> -	/* Register carveout in in list */
> +	/* Register carveout in list */

Applied.

Thanks,
Mathieu

>  	carveout = rproc_mem_entry_init(dev, NULL, 0, rsc->len, rsc->da,
>  					rproc_alloc_carveout,
>  					rproc_release_carveout, rsc->name);
> -- 
> 2.36.1
> 

  reply	other threads:[~2022-07-25 15:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24  7:34 [PATCH] drivers/remoteproc: fix repeated words in comments wangjianli
2022-07-25 15:55 ` Mathieu Poirier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-08 12:32 wangjianli
2022-09-08 14:43 ` Mukesh Ojha
2022-09-19 20:05 ` Mathieu Poirier

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=20220725155538.GA4113688@p14s \
    --to=mathieu.poirier@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=wangjianli@cdjrlc.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.