diff options
author | Randy Dunlap | 2020-08-04 19:48:50 -0700 |
---|---|---|
committer | Theodore Ts'o | 2020-10-18 10:36:13 -0400 |
commit | b483bb77194b4ec462fb23ad3fd6a6b36a635340 (patch) | |
tree | ead6d0184419c26031b4f0a2faf149c71c3fd698 /fs/ext4/indirect.c | |
parent | 766ef1e101cddc8f5e722f1c0147e9c0499a2d43 (diff) |
ext4: delete duplicated words + other fixes
Delete repeated words in fs/ext4/.
{the, this, of, we, after}
Also change spelling of "xttr" in inline.c to "xattr" in 2 places.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200805024850.12129-1-rdunlap@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/indirect.c')
-rw-r--r-- | fs/ext4/indirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/indirect.c b/fs/ext4/indirect.c index 80c9f33800be..a56ce3873e6d 100644 --- a/fs/ext4/indirect.c +++ b/fs/ext4/indirect.c @@ -1033,7 +1033,7 @@ static void ext4_free_branches(handle_t *handle, struct inode *inode, brelse(bh); /* - * Everything below this this pointer has been + * Everything below this pointer has been * released. Now let this top-of-subtree go. * * We want the freeing of this indirect block to be |