From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756372AbcBBQrL (ORCPT ); Tue, 2 Feb 2016 11:47:11 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:51379 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754678AbcBBQrH (ORCPT ); Tue, 2 Feb 2016 11:47:07 -0500 Subject: Re: [PATCH][trivial] Doc: treewide : Fix typos in DocBook/filesystem.xml To: Masanari Iida , linux-kernel@vger.kernel.org, trivial@kernel.org, akpm@linux-foundation.org, corbet@lwn.net References: <1454419866-6010-1-git-send-email-standby24x7@gmail.com> From: Randy Dunlap Message-ID: <56B0DD83.7030208@infradead.org> Date: Tue, 2 Feb 2016 08:46:59 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1454419866-6010-1-git-send-email-standby24x7@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/02/16 05:31, Masanari Iida wrote: > This patch fix spelling typos found in DocBook/filesystem.xml. > It is because the file was generated from comments in code, > I have to fix the comments in codes, instead of xml file. > > Signed-off-by: Masanari Iida > --- > fs/inode.c | 2 +- > fs/jbd2/recovery.c | 2 +- > fs/jbd2/transaction.c | 6 +++--- > fs/super.c | 2 +- > 4 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/fs/inode.c b/fs/inode.c > index 9f62db3..584b81a 100644 > --- a/fs/inode.c > +++ b/fs/inode.c > @@ -1308,7 +1308,7 @@ EXPORT_SYMBOL(ilookup); > * function must never block --- find_inode() can block in > * __wait_on_freeing_inode() --- or when the caller can not increment > * the reference count because the resulting iput() might cause an > - * inode eviction. The tradeoff is that the @match funtion must be > + * inode eviction. The trade off is that the @match function must be "tradeoff" is a good word. All of the others are good changes. Thanks. > * very carefully implemented. > */ > struct inode *find_inode_nowait(struct super_block *sb, -- ~Randy