From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B1B076997F; Thu, 29 Feb 2024 17:12:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709226723; cv=none; b=FDFW9SztbiphJZjDJo4zZdv75F5Ga0xhaaf6ogjms00c0qKyb36bU23MbBZbVf+srUnr6zBU2llra2GwWismDa+cIP5kXzDfnGK72gcTpoKTp5Oe+yjJzkzRsMpmD8sFu7pwOS4D+yryzEtvroLn5w7wYka0QpvlGYiKyZEuWTE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709226723; c=relaxed/simple; bh=VG+D+qi/TZVphX/2CxdUZBtA1M2Vw5Tcn2yPs23Fek8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=s31LHHPdH7W51s5dOMh1qKxwDOSXaYqDBuGU93RMTz3HahP13l5eQpJX9+9gLm6SObGljK7W4ThRNHMN+d7WxNi/HqFH+xRFLrGNXPdxxCWczk3/boRbYaGKKCeZ+1R3HUp3bd+zgsthb66hxXp0uGn6Ezpt/TuWqTdxF6MZEjc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rC+eskhk; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rC+eskhk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 173AFC433C7; Thu, 29 Feb 2024 17:12:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709226723; bh=VG+D+qi/TZVphX/2CxdUZBtA1M2Vw5Tcn2yPs23Fek8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rC+eskhkTRByz+sXdvXhNDcxf+Mqe8D5QmUEgaoQBf31TzfNH2Ev5uklY2tzJ99OS DSXSyFOQjZYURl2OZR3bK6W7eg4TpbTuZDYCR7nGNiWo7Ng6lWcjHn6/IBXmLDolkj KvdzYbhnFg62+kfriOhaQCZV7IWHbXkf55Phq/HzNPcCS4e10yW1GU/Siw9cjsEkAw VQbCG0m0b5xEkiUghvdle6d2qUimGgiPxMrsFKkZuwyIW7pOcbS4QUkS92ODgzQdPk 3Wz9bBdAzlTuehcgQTnkRaAwimCnnX9uNkYHxiuUvrE5dLG0OoraFHirIfvvcQwUB+ xPO8MV+i4A+8A== Date: Thu, 29 Feb 2024 09:12:01 -0800 From: Jaegeuk Kim To: Colin Ian King Cc: Chao Yu , linux-f2fs-devel@lists.sourceforge.net, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] f2fs: Fix two spelling mistakes in f2fs_zone_status array Message-ID: References: <20240229091449.105032-1-colin.i.king@gmail.com> Precedence: bulk X-Mailing-List: kernel-janitors@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240229091449.105032-1-colin.i.king@gmail.com> 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 > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 075EBC54E41 for ; Thu, 29 Feb 2024 17:12:15 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1rfjx7-0006ZY-Rn; Thu, 29 Feb 2024 17:12:13 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1rfjx7-0006ZR-EK for linux-f2fs-devel@lists.sourceforge.net; Thu, 29 Feb 2024 17:12:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=yln2VMX1qHPOqCEEsHmxRVm91IZaIa2EL8fFAzz3dGo=; b=OB/GkJ43MXIvIVaSFW59qdjVR8 U4uak7+l5FUwGHQSk1De7dBv8cGf0C75A67Pu5SrwXBez7Z2MUdjkq2mzUL/6i78Pt+tZUWLTE68T gRIj6nBv1VGOBfeXiWIKYP13EpEwsb+CG03IOhn8NqzhTtVp52IqocbGnNuCeHXJnNIM=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=yln2VMX1qHPOqCEEsHmxRVm91IZaIa2EL8fFAzz3dGo=; b=AX5/3nrYwTDnKXS6mlfSWZL7rc PCuHs7RExOUUpf/t3tnGpdgv4/z+ARwia9TQ4EFkFlHisjyfNS68JZc/C2gyyVa+TPASWpM6WYsDD ZkKSwqRSv1P0PEsFblzj/LY0jno6O1Zn72A7wicmow0YEzefwD7Ew+7QCIHCvaaWXD14=; Received: from dfw.source.kernel.org ([139.178.84.217]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1rfjx2-0000dK-VK for linux-f2fs-devel@lists.sourceforge.net; Thu, 29 Feb 2024 17:12:13 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 91F74612B8; Thu, 29 Feb 2024 17:12:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 173AFC433C7; Thu, 29 Feb 2024 17:12:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709226723; bh=VG+D+qi/TZVphX/2CxdUZBtA1M2Vw5Tcn2yPs23Fek8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rC+eskhkTRByz+sXdvXhNDcxf+Mqe8D5QmUEgaoQBf31TzfNH2Ev5uklY2tzJ99OS DSXSyFOQjZYURl2OZR3bK6W7eg4TpbTuZDYCR7nGNiWo7Ng6lWcjHn6/IBXmLDolkj KvdzYbhnFg62+kfriOhaQCZV7IWHbXkf55Phq/HzNPcCS4e10yW1GU/Siw9cjsEkAw VQbCG0m0b5xEkiUghvdle6d2qUimGgiPxMrsFKkZuwyIW7pOcbS4QUkS92ODgzQdPk 3Wz9bBdAzlTuehcgQTnkRaAwimCnnX9uNkYHxiuUvrE5dLG0OoraFHirIfvvcQwUB+ xPO8MV+i4A+8A== Date: Thu, 29 Feb 2024 09:12:01 -0800 From: Jaegeuk Kim To: Colin Ian King Message-ID: References: <20240229091449.105032-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240229091449.105032-1-colin.i.king@gmail.com> X-Headers-End: 1rfjx2-0000dK-VK Subject: Re: [f2fs-dev] [PATCH][next] f2fs: Fix two spelling mistakes in f2fs_zone_status array X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net 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 > --- > 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 _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel