Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1324274
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH][trivial] Doc: treewide : Fix typos in DocBook/filesystem.xml |
| Date | 2016-02-02 17:50 +0100 |
| Message-ID | <qXMjo-5NR-21@gated-at.bofh.it> (permalink) |
| References | <qXJlv-3CC-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <standby24x7@gmail.com> > --- > 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH][trivial] Doc: treewide : Fix typos in DocBook/filesystem.xml Masanari Iida <standby24x7@gmail.com> - 2016-02-02 14:40 +0100 Re: [PATCH][trivial] Doc: treewide : Fix typos in DocBook/filesystem.xml Randy Dunlap <rdunlap@infradead.org> - 2016-02-02 17:50 +0100 Re: [PATCH][trivial] Doc: treewide : Fix typos in DocBook/filesystem.xml Jonathan Corbet <corbet@lwn.net> - 2016-02-02 20:30 +0100
csiph-web