[PATCH 05/13] ext4: fix typo in setup_new_flex_group_blocks

Kemeng Shi posted 13 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH 05/13] ext4: fix typo in setup_new_flex_group_blocks
Posted by Kemeng Shi 2 years, 7 months ago
grop -> group

Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
---
 fs/ext4/resize.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c
index 0e83b3f91545..f2a8c24a6fbb 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;
 
-- 
2.30.0
Re: [PATCH 05/13] ext4: fix typo in setup_new_flex_group_blocks
Posted by Theodore Ts'o 2 years, 5 months ago
On Thu, Jun 29, 2023 at 08:00:36PM +0800, Kemeng Shi wrote:
> grop -> group
> 
> Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>

Reviewed-by: Theodore Ts'o <tytso@mit.edu>