From: kyoungho koo Date: Fri, 24 Apr 2020 17:16:24 +0000 (+0900) Subject: ext4: Fix comment typo "the the". X-Git-Tag: howlett/maple_spf/20210104~1184^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7ca4fcba92edf82b05533a6e4f6b19a5fbec6f54;p=users%2Fjedix%2Flinux-maple.git ext4: Fix comment typo "the the". I have found double typed comments "the the". So i modified it to one "the" Signed-off-by: kyoungho koo Link: https://lore.kernel.org/r/20200424171620.GA11943@koo-Z370-HD3 Signed-off-by: Theodore Ts'o --- diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c index 13054653a06a..75c97bca0815 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;