All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4: Fix comment typo "the the".
@ 2020-04-24 17:16 kyoungho koo
  2020-07-29 17:05 ` Jan Kara
  2020-08-18 22:36 ` Theodore Y. Ts'o
  0 siblings, 2 replies; 3+ messages in thread
From: kyoungho koo @ 2020-04-24 17:16 UTC (permalink / raw)
  To: Theodore Ts'o, Andreas Dilger, linux-ext4, linux-kernel

I have found double typed comments "the the". So i modified it to
one "the"

Signed-off-by: kyoungho koo <rnrudgh@gmail.com>
---
 fs/ext4/inline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c
index f35e289e17aa..bb8d7cb7bdec 100644
--- a/fs/ext4/inline.c
+++ b/fs/ext4/inline.c
@@ -276,7 +276,7 @@ static int ext4_create_inline_data(handle_t *handle,
 		len = 0;
 	}
 
-	/* Insert the the xttr entry. */
+	/* Insert the xttr entry. */
 	i.value = value;
 	i.value_len = len;
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ext4: Fix comment typo "the the".
  2020-04-24 17:16 [PATCH] ext4: Fix comment typo "the the" kyoungho koo
@ 2020-07-29 17:05 ` Jan Kara
  2020-08-18 22:36 ` Theodore Y. Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Kara @ 2020-07-29 17:05 UTC (permalink / raw)
  To: kyoungho koo; +Cc: Theodore Ts'o, Andreas Dilger, linux-ext4, linux-kernel

On Sat 25-04-20 02:16:24, kyoungho koo wrote:
> I have found double typed comments "the the". So i modified it to
> one "the"
> 
> Signed-off-by: kyoungho koo <rnrudgh@gmail.com>

Ted, this seems to have fallen through the cracks...

								Honza

> ---
>  fs/ext4/inline.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c
> index f35e289e17aa..bb8d7cb7bdec 100644
> --- a/fs/ext4/inline.c
> +++ b/fs/ext4/inline.c
> @@ -276,7 +276,7 @@ static int ext4_create_inline_data(handle_t *handle,
>  		len = 0;
>  	}
>  
> -	/* Insert the the xttr entry. */
> +	/* Insert the xttr entry. */
>  	i.value = value;
>  	i.value_len = len;
>  
> -- 
> 2.17.1
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ext4: Fix comment typo "the the".
  2020-04-24 17:16 [PATCH] ext4: Fix comment typo "the the" kyoungho koo
  2020-07-29 17:05 ` Jan Kara
@ 2020-08-18 22:36 ` Theodore Y. Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Theodore Y. Ts'o @ 2020-08-18 22:36 UTC (permalink / raw)
  To: kyoungho koo; +Cc: Andreas Dilger, linux-ext4, linux-kernel

On Sat, Apr 25, 2020 at 02:16:24AM +0900, kyoungho koo wrote:
> I have found double typed comments "the the". So i modified it to
> one "the"
> 
> Signed-off-by: kyoungho koo <rnrudgh@gmail.com>

Thanks, applied; apologies for this falling through the cracks!

		 	       	    - Ted

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-18 22:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 17:16 [PATCH] ext4: Fix comment typo "the the" kyoungho koo
2020-07-29 17:05 ` Jan Kara
2020-08-18 22:36 ` Theodore Y. Ts'o

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.