lkml.org 
[lkml]   [2024]   [Apr]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v2] treewide: Fix common grammar mistake "the the"
From
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


\
 
 \ /
  Last update: 2024-05-27 16:36    [W:0.039 / U:0.464 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site