kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] f2fs: Fix two spelling mistakes in f2fs_zone_status array
@ 2024-02-29  9:14 Colin Ian King
  2024-02-29 17:12 ` Jaegeuk Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Ian King @ 2024-02-29  9:14 UTC (permalink / raw)
  To: Jaegeuk Kim, Chao Yu, linux-f2fs-devel; +Cc: kernel-janitors, linux-kernel

The array f2fs_zone_status contains two spelling mistakes in
literal strings. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 fs/f2fs/segment.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
index bdb27e4a604b..072c4355d3d3 100644
--- a/fs/f2fs/segment.c
+++ b/fs/f2fs/segment.c
@@ -4921,8 +4921,8 @@ static int sanity_check_curseg(struct f2fs_sb_info *sbi)
 const char *f2fs_zone_status[BLK_ZONE_COND_OFFLINE + 1] = {
 	[BLK_ZONE_COND_NOT_WP]		= "NOT_WP",
 	[BLK_ZONE_COND_EMPTY]		= "EMPTY",
-	[BLK_ZONE_COND_IMP_OPEN]	= "IMPLICITE_OPEN",
-	[BLK_ZONE_COND_EXP_OPEN]	= "EXPLICITE_OPEN",
+	[BLK_ZONE_COND_IMP_OPEN]	= "IMPLICIT_OPEN",
+	[BLK_ZONE_COND_EXP_OPEN]	= "EXPLICIT_OPEN",
 	[BLK_ZONE_COND_CLOSED]		= "CLOSED",
 	[BLK_ZONE_COND_READONLY]	= "READONLY",
 	[BLK_ZONE_COND_FULL]		= "FULL",
-- 
2.39.2


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

* Re: [PATCH][next] f2fs: Fix two spelling mistakes in f2fs_zone_status array
  2024-02-29  9:14 [PATCH][next] f2fs: Fix two spelling mistakes in f2fs_zone_status array Colin Ian King
@ 2024-02-29 17:12 ` Jaegeuk Kim
  2024-02-29 17:22   ` Colin King (gmail)
  0 siblings, 1 reply; 4+ messages in thread
From: Jaegeuk Kim @ 2024-02-29 17:12 UTC (permalink / raw)
  To: Colin Ian King; +Cc: Chao Yu, linux-f2fs-devel, kernel-janitors, linux-kernel

Hi Colin,

Thank you for the fix. If you don't mind, can I integrate this fix
into the original patch?

Thanks,

On 02/29, Colin Ian King wrote:
> The array f2fs_zone_status contains two spelling mistakes in
> literal strings. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  fs/f2fs/segment.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
> index bdb27e4a604b..072c4355d3d3 100644
> --- a/fs/f2fs/segment.c
> +++ b/fs/f2fs/segment.c
> @@ -4921,8 +4921,8 @@ static int sanity_check_curseg(struct f2fs_sb_info *sbi)
>  const char *f2fs_zone_status[BLK_ZONE_COND_OFFLINE + 1] = {
>  	[BLK_ZONE_COND_NOT_WP]		= "NOT_WP",
>  	[BLK_ZONE_COND_EMPTY]		= "EMPTY",
> -	[BLK_ZONE_COND_IMP_OPEN]	= "IMPLICITE_OPEN",
> -	[BLK_ZONE_COND_EXP_OPEN]	= "EXPLICITE_OPEN",
> +	[BLK_ZONE_COND_IMP_OPEN]	= "IMPLICIT_OPEN",
> +	[BLK_ZONE_COND_EXP_OPEN]	= "EXPLICIT_OPEN",
>  	[BLK_ZONE_COND_CLOSED]		= "CLOSED",
>  	[BLK_ZONE_COND_READONLY]	= "READONLY",
>  	[BLK_ZONE_COND_FULL]		= "FULL",
> -- 
> 2.39.2

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

* Re: [PATCH][next] f2fs: Fix two spelling mistakes in f2fs_zone_status array
  2024-02-29 17:12 ` Jaegeuk Kim
@ 2024-02-29 17:22   ` Colin King (gmail)
  2024-02-29 17:31     ` Jaegeuk Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Colin King (gmail) @ 2024-02-29 17:22 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: Chao Yu, linux-f2fs-devel, kernel-janitors, linux-kernel

On 29/02/2024 17:12, Jaegeuk Kim wrote:
> Hi Colin,
> 
> Thank you for the fix. If you don't mind, can I integrate this fix
> into the original patch?

Sure. No problem.

Colin
> 
> Thanks,
> 
> On 02/29, Colin Ian King wrote:
>> The array f2fs_zone_status contains two spelling mistakes in
>> literal strings. Fix them.
>>
>> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
>> ---
>>   fs/f2fs/segment.c | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
>> index bdb27e4a604b..072c4355d3d3 100644
>> --- a/fs/f2fs/segment.c
>> +++ b/fs/f2fs/segment.c
>> @@ -4921,8 +4921,8 @@ static int sanity_check_curseg(struct f2fs_sb_info *sbi)
>>   const char *f2fs_zone_status[BLK_ZONE_COND_OFFLINE + 1] = {
>>   	[BLK_ZONE_COND_NOT_WP]		= "NOT_WP",
>>   	[BLK_ZONE_COND_EMPTY]		= "EMPTY",
>> -	[BLK_ZONE_COND_IMP_OPEN]	= "IMPLICITE_OPEN",
>> -	[BLK_ZONE_COND_EXP_OPEN]	= "EXPLICITE_OPEN",
>> +	[BLK_ZONE_COND_IMP_OPEN]	= "IMPLICIT_OPEN",
>> +	[BLK_ZONE_COND_EXP_OPEN]	= "EXPLICIT_OPEN",
>>   	[BLK_ZONE_COND_CLOSED]		= "CLOSED",
>>   	[BLK_ZONE_COND_READONLY]	= "READONLY",
>>   	[BLK_ZONE_COND_FULL]		= "FULL",
>> -- 
>> 2.39.2


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

* Re: [PATCH][next] f2fs: Fix two spelling mistakes in f2fs_zone_status array
  2024-02-29 17:22   ` Colin King (gmail)
@ 2024-02-29 17:31     ` Jaegeuk Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Jaegeuk Kim @ 2024-02-29 17:31 UTC (permalink / raw)
  To: Colin King (gmail)
  Cc: Chao Yu, linux-f2fs-devel, kernel-janitors, linux-kernel

On 02/29, Colin King (gmail) wrote:
> On 29/02/2024 17:12, Jaegeuk Kim wrote:
> > Hi Colin,
> > 
> > Thank you for the fix. If you don't mind, can I integrate this fix
> > into the original patch?
> 
> Sure. No problem.

Thank you so much!

> 
> Colin
> > 
> > Thanks,
> > 
> > On 02/29, Colin Ian King wrote:
> > > The array f2fs_zone_status contains two spelling mistakes in
> > > literal strings. Fix them.
> > > 
> > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> > > ---
> > >   fs/f2fs/segment.c | 4 ++--
> > >   1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
> > > index bdb27e4a604b..072c4355d3d3 100644
> > > --- a/fs/f2fs/segment.c
> > > +++ b/fs/f2fs/segment.c
> > > @@ -4921,8 +4921,8 @@ static int sanity_check_curseg(struct f2fs_sb_info *sbi)
> > >   const char *f2fs_zone_status[BLK_ZONE_COND_OFFLINE + 1] = {
> > >   	[BLK_ZONE_COND_NOT_WP]		= "NOT_WP",
> > >   	[BLK_ZONE_COND_EMPTY]		= "EMPTY",
> > > -	[BLK_ZONE_COND_IMP_OPEN]	= "IMPLICITE_OPEN",
> > > -	[BLK_ZONE_COND_EXP_OPEN]	= "EXPLICITE_OPEN",
> > > +	[BLK_ZONE_COND_IMP_OPEN]	= "IMPLICIT_OPEN",
> > > +	[BLK_ZONE_COND_EXP_OPEN]	= "EXPLICIT_OPEN",
> > >   	[BLK_ZONE_COND_CLOSED]		= "CLOSED",
> > >   	[BLK_ZONE_COND_READONLY]	= "READONLY",
> > >   	[BLK_ZONE_COND_FULL]		= "FULL",
> > > -- 
> > > 2.39.2

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

end of thread, other threads:[~2024-02-29 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29  9:14 [PATCH][next] f2fs: Fix two spelling mistakes in f2fs_zone_status array Colin Ian King
2024-02-29 17:12 ` Jaegeuk Kim
2024-02-29 17:22   ` Colin King (gmail)
2024-02-29 17:31     ` Jaegeuk Kim

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