diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-12-04 08:16:44 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-12-04 08:16:44 +0300 |
commit | a92abd738d243a3bcd864a9aa9cb9345e41be83d (patch) | |
tree | ea234a2fa926e308e047ad934116668c291fef42 /fs/ext4/super.c | |
parent | 132d00becb31e88469334e1e62751c81345280e0 (diff) | |
download | linux-a92abd738d243a3bcd864a9aa9cb9345e41be83d.tar.xz |
ext4: clean up indentation issues, remove extraneous tabs
There are several lines that are indented too far, clean these
up by removing the tabs.
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index d22e761aaa18..97a1cef29ef8 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -1962,7 +1962,7 @@ static int handle_mount_opt(struct super_block *sb, char *opt, int token, #ifdef CONFIG_FS_DAX ext4_msg(sb, KERN_WARNING, "DAX enabled. Warning: EXPERIMENTAL, use at your own risk"); - sbi->s_mount_opt |= m->mount_opt; + sbi->s_mount_opt |= m->mount_opt; #else ext4_msg(sb, KERN_INFO, "dax option not supported"); return -1; |