aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2015-11-09 14:57:58 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-11-09 15:11:24 -0800
commit30fdc8ee0ef0d9dffaeaccb202f79d69e1291cbd (patch)
tree9e11e6dad8fc229998e6434cc9d85873b5521518 /fs/inode.c
parentarm64: fixup for mm renames (diff)
downloadlinux-dev-30fdc8ee0ef0d9dffaeaccb202f79d69e1291cbd.tar.xz
linux-dev-30fdc8ee0ef0d9dffaeaccb202f79d69e1291cbd.zip
fs/inode.c: fix kernel-doc warning
Fix kernel-doc warning in fs/inode.c: ../fs/inode.c:1606: warning: No description found for parameter 'inode' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--fs/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/inode.c b/fs/inode.c
index 78a17b8859e1..1be5f9003eb3 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1597,6 +1597,7 @@ static int update_time(struct inode *inode, struct timespec *time, int flags)
/**
* touch_atime - update the access time
* @path: the &struct path to update
+ * @inode: inode to update
*
* Update the accessed time on an inode and mark it for writeback.
* This function automatically handles read only file systems and media,