fs: fix inode.c kernel-doc warning
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 6 Nov 2015 00:53:47 +0000 (16:53 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Nov 2015 07:18:27 +0000 (02:18 -0500)
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>
fs/inode.c

index 78a17b8859e191735f8cf4f307074fa15acc8295..1be5f9003eb38852f68957fcd287cdd5b820b310 100644 (file)
@@ -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,