From: Randy Dunlap Date: Fri, 6 Nov 2015 00:53:47 +0000 (-0800) Subject: fs: fix inode.c kernel-doc warning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=034ae4bac93afb483aaf8531e3a6de2ee7f1be6e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Al Viro --- 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,