summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-27 17:28:49 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-27 21:43:46 -0500
commit03440c4e5e2f167764997a7e0f2dbb279d8078e6 (patch)
tree1b9f757b8e2bd8ad105246aea9dd88d27a5edb8c /include/linux/dcache.h
parent9332ef9dbd172d4ab0a0141df7cb21c696a5ce96 (diff)
scripts/spelling.txt: add "an union" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: an union||a union Link: http://lkml.kernel.org/r/1481573103-11329-5-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index c965e4469499..591b6c16f9c1 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -562,7 +562,7 @@ static inline struct dentry *d_backing_dentry(struct dentry *upper)
562 * @inode: inode to select the dentry from multiple layers (can be NULL) 562 * @inode: inode to select the dentry from multiple layers (can be NULL)
563 * @flags: open flags to control copy-up behavior 563 * @flags: open flags to control copy-up behavior
564 * 564 *
565 * If dentry is on an union/overlay, then return the underlying, real dentry. 565 * If dentry is on a union/overlay, then return the underlying, real dentry.
566 * Otherwise return the dentry itself. 566 * Otherwise return the dentry itself.
567 * 567 *
568 * See also: Documentation/filesystems/vfs.txt 568 * See also: Documentation/filesystems/vfs.txt
@@ -581,7 +581,7 @@ static inline struct dentry *d_real(struct dentry *dentry,
581 * d_real_inode - Return the real inode 581 * d_real_inode - Return the real inode
582 * @dentry: The dentry to query 582 * @dentry: The dentry to query
583 * 583 *
584 * If dentry is on an union/overlay, then return the underlying, real inode. 584 * If dentry is on a union/overlay, then return the underlying, real inode.
585 * Otherwise return d_inode(). 585 * Otherwise return d_inode().
586 */ 586 */
587static inline struct inode *d_real_inode(const struct dentry *dentry) 587static inline struct inode *d_real_inode(const struct dentry *dentry)