diff options
author | Jack Qiu <jack.qiu@huawei.com> | 2021-04-09 07:20:35 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2021-04-10 06:24:52 +0300 |
commit | 666245d9a436d9b98c975ca19d0a707d600d8666 (patch) | |
tree | 8390a06d155d48c135424d03fb9a0215cfda2ad6 /fs/ext4/balloc.c | |
parent | 3088e5a5153cda27ec26461e5edf2821e15e802c (diff) | |
download | linux-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/balloc.c')
-rw-r--r-- | fs/ext4/balloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index 74a5172c2d83..9dc6e74b265c 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c @@ -239,7 +239,7 @@ unsigned ext4_free_clusters_after_init(struct super_block *sb, ext4_group_t block_group, struct ext4_group_desc *gdp) { - return num_clusters_in_group(sb, block_group) - + return num_clusters_in_group(sb, block_group) - ext4_num_overhead_clusters(sb, block_group, gdp); } |