summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
authorJack Qiu <jack.qiu@huawei.com>2021-04-09 07:20:35 +0300
committerTheodore Ts'o <tytso@mit.edu>2021-04-10 06:24:52 +0300
commit666245d9a436d9b98c975ca19d0a707d600d8666 (patch)
tree8390a06d155d48c135424d03fb9a0215cfda2ad6 /fs/ext4/super.c
parent3088e5a5153cda27ec26461e5edf2821e15e802c (diff)
downloadlinux-666245d9a436d9b98c975ca19d0a707d600d8666.tar.xz
ext4: fix trailing whitespace
Made suggested modifications from checkpatch in reference to ERROR: trailing whitespace Signed-off-by: Jack Qiu <jack.qiu@huawei.com> Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com> Link: https://lore.kernel.org/r/20210409042035.15516-1-jack.qiu@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 1f5ef17f714a..886e0d518668 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -5020,7 +5020,7 @@ no_journal:
ext4_journal_commit_callback;
block = ext4_count_free_clusters(sb);
- ext4_free_blocks_count_set(sbi->s_es,
+ ext4_free_blocks_count_set(sbi->s_es,
EXT4_C2B(sbi, block));
err = percpu_counter_init(&sbi->s_freeclusters_counter, block,
GFP_KERNEL);