summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2015-11-06 00:53:47 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2015-11-11 07:18:27 (GMT)
commit034ae4bac93afb483aaf8531e3a6de2ee7f1be6e (patch)
treebb618f43f721d069bac010c0c15ed7b73e017abd /fs
parent6ae08069939f17422835448acae76bda8d96b16a (diff)
downloadlinux-034ae4bac93afb483aaf8531e3a6de2ee7f1be6e.tar.xz
fs: fix inode.c 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> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r--fs/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/inode.c b/fs/inode.c
index 78a17b8..1be5f90 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,