aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorJack Qiu <jack.qiu@huawei.com>2021-04-09 12:20:35 +0800
committerTheodore Ts'o <tytso@mit.edu>2021-04-09 23:24:52 -0400
commit666245d9a436d9b98c975ca19d0a707d600d8666 (patch)
tree8390a06d155d48c135424d03fb9a0215cfda2ad6 /fs/ext4/mballoc.c
parentext4: fix various seppling typos (diff)
downloadlinux-dev-666245d9a436d9b98c975ca19d0a707d600d8666.tar.xz
linux-dev-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/mballoc.c')
-rw-r--r--fs/ext4/mballoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index bf180b9e9062..3239e6669e84 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -3089,7 +3089,7 @@ int ext4_mb_alloc_groupinfo(struct super_block *sb, ext4_group_t ngroups)
sbi->s_group_info_size = size / sizeof(*sbi->s_group_info);
if (old_groupinfo)
ext4_kvfree_array_rcu(old_groupinfo);
- ext4_debug("allocated s_groupinfo array for %d meta_bg's\n",
+ ext4_debug("allocated s_groupinfo array for %d meta_bg's\n",
sbi->s_group_info_size);
return 0;
}