lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 29 Jul 2020 19:05:06 +0200 From: Jan Kara <jack@...e.cz> To: kyoungho koo <rnrudgh@...il.com> Cc: Theodore Ts'o <tytso@....edu>, Andreas Dilger <adilger.kernel@...ger.ca>, linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] ext4: Fix comment typo "the the". 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@...il.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@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists