From: Kemeng Shi Date: Sat, 26 Aug 2023 17:47:04 +0000 (+0800) Subject: ext4: fix typo in setup_new_flex_group_blocks X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e44fc921b84ff08a9e2fb827a146fa4021d016f3;p=linux.git ext4: fix typo in setup_new_flex_group_blocks grop -> group Signed-off-by: Kemeng Shi Reviewed-by: Theodore Ts'o Link: https://lore.kernel.org/r/20230826174712.4059355-6-shikemeng@huaweicloud.com Signed-off-by: Theodore Ts'o --- diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c index 667381180b261..5e4856d68c4aa 100644 --- a/fs/ext4/resize.c +++ b/fs/ext4/resize.c @@ -609,7 +609,7 @@ static int setup_new_flex_group_blocks(struct super_block *sb, } handle_itb: - /* Initialize group tables of the grop @group */ + /* Initialize group tables of the group @group */ if (!(bg_flags[i] & EXT4_BG_INODE_ZEROED)) goto handle_bb;