From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from a.ns.miles-group.at ([95.130.255.143] helo=radon.swed.at) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZMMn2-0000YV-1F for linux-mtd@lists.infradead.org; Mon, 03 Aug 2015 20:56:57 +0000 Subject: Re: [PATCH v2 13/35] ubifs: fix a typo in comment of ubifs_budget_req To: Dongsheng Yang , viro@ZenIV.linux.org.uk, jack@suse.cz, dedekind1@gmail.com, richard.weinberger@gmail.com References: <1438235311-23788-1-git-send-email-yangds.fnst@cn.fujitsu.com> <1438235311-23788-14-git-send-email-yangds.fnst@cn.fujitsu.com> Cc: linux-mtd@lists.infradead.org, linux-fsdevel@vger.kernel.org From: Richard Weinberger Message-ID: <55BFD581.6020409@nod.at> Date: Mon, 3 Aug 2015 22:56:33 +0200 MIME-Version: 1.0 In-Reply-To: <1438235311-23788-14-git-send-email-yangds.fnst@cn.fujitsu.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am 30.07.2015 um 07:48 schrieb Dongsheng Yang: > s/now/how > > Signed-off-by: Dongsheng Yang > --- > fs/ubifs/ubifs.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h > index 216ba87..3b5e932 100644 > --- a/fs/ubifs/ubifs.h > +++ b/fs/ubifs/ubifs.h > @@ -858,9 +858,9 @@ struct ubifs_compressor { > * @mod_dent: non-zero if the operation removes or modifies an existing > * directory entry > * @new_ino: non-zero if the operation adds a new inode > - * @new_ino_d: now much data newly created inode contains > + * @new_ino_d: how much data newly created inode contains > * @dirtied_ino: how many inodes the operation makes dirty > - * @dirtied_ino_d: now much data dirtied inode contains > + * @dirtied_ino_d: how much data dirtied inode contains > * @idx_growth: how much the index will supposedly grow > * @data_growth: how much new data the operation will supposedly add > * @dd_growth: how much data that makes other data dirty the operation will Reviewed-by: Richard Weinberger Thanks, //richard