aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrookxu <[email protected]>2020-07-15 11:00:44 +0800
committerTheodore Ts'o <[email protected]>2020-08-06 01:38:01 -0400
commit3cb77bd241a48c54bca7bd8510516939264944c5 (patch)
treeb42c19d719c858658eb0dc7f7939f8113003d656
parentcb29a02d3a9d51c749f556b3bbf6551fbc0454eb (diff)
ext4: fix spelling typos in ext4_mb_initialize_context
Fix spelling typos in ext4_mb_initialize_context. Signed-off-by: Chunguang Xu <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
-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 c0a331e2feb0..6dc2c6c535ef 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -4399,7 +4399,7 @@ ext4_mb_initialize_context(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);