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 <[email protected]> > --- > 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

