public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
To: Thorsten Blum <thorsten.blum@toblux.com>, robin.murphy@arm.com
Cc: cocci@inria.fr, dri-devel@lists.freedesktop.org,
	ecryptfs@vger.kernel.org, intel-gfx@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org, io-uring@vger.kernel.org,
	kernel-janitors@vger.kernel.org, linux-afs@lists.infradead.org,
	linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
	linux-s390@vger.kernel.org, linux-scsi@vger.kernel.org,
	linux-trace-kernel@vger.kernel.org,
	linux-unionfs@vger.kernel.org, linux-wireless@vger.kernel.org,
	netfs@lists.linux.dev, speakup@linux-speakup.org,
	Randy Dunlap <rdunlap@infradead.org>,
	Tyler Hicks <code@tyhicks.com>
Subject: Re: [PATCH v2] treewide: Fix common grammar mistake "the the"
Date: Thu, 11 Apr 2024 22:23:45 +0200	[thread overview]
Message-ID: <da50e56a-cb59-4815-800d-81742e5294df@wanadoo.fr> (raw)
In-Reply-To: <20240411171145.535123-3-thorsten.blum@toblux.com>

Le 11/04/2024 à 19:11, Thorsten Blum a écrit :
> Use `find . -type f -exec sed -i 's/\<the the\>/the/g' {} +` to find all
> occurrences of "the the" and replace them with a single "the".
> 
> In arch/arm/include/asm/unwind.h replace "the the" with "to the".
> 
> Changes only comments and documentation - no code changes.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> Reviewed-by: Tyler Hicks <code@tyhicks.com>

...

> --- a/drivers/scsi/isci/host.h
> +++ b/drivers/scsi/isci/host.h
> @@ -244,7 +244,7 @@ enum sci_controller_states {
>   	SCIC_INITIALIZED,
>   
>   	/**
> -	 * This state indicates the the controller is in the process of becoming

maybe: that the?

> +	 * This state indicates the controller is in the process of becoming
>   	 * ready (i.e. starting).  In this state no new IO operations are permitted.
>   	 * This state is entered from the INITIALIZED state.
>   	 */

...

> diff --git a/io_uring/kbuf.c b/io_uring/kbuf.c
> index 3aa16e27f509..503244e8470a 100644
> --- a/io_uring/kbuf.c
> +++ b/io_uring/kbuf.c
> @@ -731,7 +731,7 @@ struct io_buffer_list *io_pbuf_get_bl(struct io_ring_ctx *ctx,
>   	 * going away, if someone is trying to be sneaky. Look it up under rcu
>   	 * so we know it's not going away, and attempt to grab a reference to
>   	 * it. If the ref is already zero, then fail the mapping. If successful,
> -	 * the caller will call io_put_bl() to drop the the reference at at the
> +	 * the caller will call io_put_bl() to drop the reference at at the

Not strictly related to your patch, but "at at".

>   	 * end. This may then safely free the buffer_list (and drop the pages)
>   	 * at that point, vm_insert_pages() would've already grabbed the
>   	 * necessary vma references.

...

CJ


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2024-04-11 20:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11 15:04 [PATCH] treewide: Fix common grammar mistake "the the" Thorsten Blum
2024-04-11 15:13 ` Randy Dunlap
2024-04-11 15:25 ` Dan Carpenter
2024-04-11 22:39   ` Thorsten Blum
2024-04-12  6:41     ` Jani Nikula
2024-04-11 15:37 ` Johannes Berg
2024-04-11 16:29 ` Tyler Hicks
2024-04-11 16:45 ` Robin Murphy
2024-04-11 17:11   ` [PATCH v2] " Thorsten Blum
2024-04-11 20:23     ` Christophe JAILLET [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=da50e56a-cb59-4815-800d-81742e5294df@wanadoo.fr \
    --to=christophe.jaillet@wanadoo.fr \
    --cc=cocci@inria.fr \
    --cc=code@tyhicks.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=ecryptfs@vger.kernel.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=io-uring@vger.kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-afs@lists.infradead.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netfs@lists.linux.dev \
    --cc=rdunlap@infradead.org \
    --cc=robin.murphy@arm.com \
    --cc=speakup@linux-speakup.org \
    --cc=thorsten.blum@toblux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox