linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ext4: fix spelling typos in ext4_mb_initialize_context
@ 2020-07-15  3:00 brookxu
  2020-08-05 15:20 ` Jan Kara
  2020-08-06  5:38 ` tytso
  0 siblings, 2 replies; 3+ messages in thread
From: brookxu @ 2020-07-15  3:00 UTC (permalink / raw)
  To: tytso, adilger.kernel; +Cc: linux-kernel, linux-ext4

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

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: ext4: fix spelling typos in ext4_mb_initialize_context
  2020-07-15  3:00 ext4: fix spelling typos in ext4_mb_initialize_context brookxu
@ 2020-08-05 15:20 ` Jan Kara
  2020-08-06  5:38 ` tytso
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Kara @ 2020-08-05 15:20 UTC (permalink / raw)
  To: brookxu; +Cc: tytso, adilger.kernel, linux-kernel, linux-ext4

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
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ext4: fix spelling typos in ext4_mb_initialize_context
  2020-07-15  3:00 ext4: fix spelling typos in ext4_mb_initialize_context brookxu
  2020-08-05 15:20 ` Jan Kara
@ 2020-08-06  5:38 ` tytso
  1 sibling, 0 replies; 3+ messages in thread
From: tytso @ 2020-08-06  5:38 UTC (permalink / raw)
  To: brookxu; +Cc: adilger.kernel, linux-kernel, linux-ext4

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-06 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15  3:00 ext4: fix spelling typos in ext4_mb_initialize_context brookxu
2020-08-05 15:20 ` Jan Kara
2020-08-06  5:38 ` tytso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).