diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 16:00:05 +0530 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2021-04-09 23:14:59 -0400 |
commit | 3088e5a5153cda27ec26461e5edf2821e15e802c (patch) | |
tree | ed2e67225ab677d353e4fabdc57bf95919d55356 /fs/ext4/xattr.c | |
parent | e1262cd2e68a0870fb9fc95eb202d22e8f0074b7 (diff) | |
download | linux-3088e5a5153cda27ec26461e5edf2821e15e802c.tar.gz linux-3088e5a5153cda27ec26461e5edf2821e15e802c.tar.bz2 linux-3088e5a5153cda27ec26461e5edf2821e15e802c.zip |
ext4: fix various seppling typos
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/cover.1616840203.git.unixbhaskar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/xattr.c')
-rw-r--r-- | fs/ext4/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index 6c1018223c54..10ba4b24a0aa 100644 --- a/fs/ext4/xattr.c +++ b/fs/ext4/xattr.c @@ -1617,7 +1617,7 @@ static int ext4_xattr_set_entry(struct ext4_xattr_info *i, * If storing the value in an external inode is an option, * reserve space for xattr entries/names in the external * attribute block so that a long value does not occupy the - * whole space and prevent futher entries being added. + * whole space and prevent further entries being added. */ if (ext4_has_feature_ea_inode(inode->i_sb) && new_size && is_block && |