diff options
author | Jack Qiu <jack.qiu@huawei.com> | 2021-04-09 12:20:35 +0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2021-04-09 23:24:52 -0400 |
commit | 666245d9a436d9b98c975ca19d0a707d600d8666 (patch) | |
tree | 8390a06d155d48c135424d03fb9a0215cfda2ad6 /fs/ext4/super.c | |
parent | 3088e5a5153cda27ec26461e5edf2821e15e802c (diff) | |
download | linux-666245d9a436d9b98c975ca19d0a707d600d8666.tar.gz linux-666245d9a436d9b98c975ca19d0a707d600d8666.tar.bz2 linux-666245d9a436d9b98c975ca19d0a707d600d8666.zip |
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.c | 2 |
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); |