ext4: fix spelling typos in ext4_mb_initialize_context

From: brookxu
Date: Tue Jul 14 2020 - 23:00:50 EST


Fix spelling typos in ext4_mb_initialize_context.

Signed-off-by: Chunguang Xu <brookxu@xxxxxxxxxxx>
---
Âfs/ext4/mballoc.c | 2 +-
Â1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index c0a331e..6dc2c6c 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -4399,7 +4399,7 @@ static void ext4_mb_group_or_file(struct ext4_allocation_context *ac)
ÂÂÂÂ ac->ac_g_ex = ac->ac_o_ex;
ÂÂÂÂ ac->ac_flags = ar->flags;
Â
-ÂÂÂ /* we have to define context: we'll we work with a file or
+ÂÂÂ /* we have to define context: we'll work with a file or
ÂÂÂÂ Â* locality group. this is a policy, actually */
ÂÂÂÂ ext4_mb_group_or_file(ac);
Â
--
1.8.3.1