VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
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 parent: 3088e5a5153cda27ec26461e5edf2821e15e802c
Commit Summary:
ext4: fix trailing whitespace
Diffstat:
1 file changed, 1 insertion, 1 deletion
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);
 }