diff mbox series

ext4: fix spelling typos in ext4_mb_initialize_context

Message ID 883b523c-58ec-7f38-0bb8-cd2ea4393684@gmail.com
State Awaiting Upstream
Headers show
Series ext4: fix spelling typos in ext4_mb_initialize_context | expand

Commit Message

brookxu July 15, 2020, 3 a.m. UTC
Fix spelling typos in ext4_mb_initialize_context.

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

Comments

Jan Kara Aug. 5, 2020, 3:20 p.m. UTC | #1
On Wed 15-07-20 11:00:44, brookxu wrote:
> Fix spelling typos in ext4_mb_initialize_context.
> 
> Signed-off-by: Chunguang Xu <brookxu@tencent.com>

Looks good to me. You can add:

Reviewed-by: Jan Kara <jack@suse.cz>

								Honza

> ---
>  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
>
Theodore Ts'o Aug. 6, 2020, 5:38 a.m. UTC | #2
On Wed, Jul 15, 2020 at 11:00:44AM +0800, brookxu wrote:
> Fix spelling typos in ext4_mb_initialize_context.
> 
> Signed-off-by: Chunguang Xu <brookxu@tencent.com>

Thanks, applied.

					- Ted
diff mbox series

Patch

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);