Commit e44fc921 authored by Kemeng Shi's avatar Kemeng Shi Committed by Theodore Ts'o

ext4: fix typo in setup_new_flex_group_blocks

grop -> group
Signed-off-by: default avatarKemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: default avatarTheodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20230826174712.4059355-6-shikemeng@huaweicloud.comSigned-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 40dd7953
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment