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/extents.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/extents.c')
-rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index a0481582187a..740e83cffb10 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@ -4023,7 +4023,7 @@ static int get_implied_cluster_alloc(struct super_block *sb, * down_read(&EXT4_I(inode)->i_data_sem) if not allocating file system block * (ie, create is zero). Otherwise down_write(&EXT4_I(inode)->i_data_sem) * - * return > 0, number of of blocks already mapped/allocated + * return > 0, number of blocks already mapped/allocated * if create == 0 and these are pre-allocated blocks * buffer head is unmapped * otherwise blocks are mapped |