diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-04 19:48:50 -0700 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-10-18 10:36:13 -0400 |
commit | b483bb77194b4ec462fb23ad3fd6a6b36a635340 (patch) | |
tree | ead6d0184419c26031b4f0a2faf149c71c3fd698 /fs/ext4/inode.c | |
parent | 766ef1e101cddc8f5e722f1c0147e9c0499a2d43 (diff) | |
download | linux-b483bb77194b4ec462fb23ad3fd6a6b36a635340.tar.gz linux-b483bb77194b4ec462fb23ad3fd6a6b36a635340.tar.bz2 linux-b483bb77194b4ec462fb23ad3fd6a6b36a635340.zip |
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/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 771ed8b1fadb..f1ee0229ac12 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -2785,7 +2785,7 @@ retry: * ext4_journal_stop() can wait for transaction commit * to finish which may depend on writeback of pages to * complete or on page lock to be released. In that - * case, we have to wait until after after we have + * case, we have to wait until after we have * submitted all the IO, released page locks we hold, * and dropped io_end reference (for extent conversion * to be able to complete) before stopping the handle. |