projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a3fff
)
ext4: Fix comment typo "the the".
author
kyoungho koo
<rnrudgh@gmail.com>
Fri, 24 Apr 2020 17:16:24 +0000
(
02:16
+0900)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 19 Aug 2020 16:04:35 +0000
(12:04 -0400)
I have found double typed comments "the the". So i modified it to
one "the"
Signed-off-by: kyoungho koo <rnrudgh@gmail.com>
Link:
https://lore.kernel.org/r/20200424171620.GA11943@koo-Z370-HD3
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inline.c
patch
|
blob
|
history
diff --git
a/fs/ext4/inline.c
b/fs/ext4/inline.c
index 13054653a06a3523f87ff98c6691c296544388e9..75c97bca081561b5b6069bc55c1e2e24910421d7 100644
(file)
--- 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;