]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
fs: fix inode.c kernel-doc warnings
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 18 Apr 2012 00:03:25 +0000 (17:03 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 30 May 2012 03:28:36 +0000 (23:28 -0400)
Fix kernel-doc warnings in fs/inode.c:

Warning(fs/inode.c:1493): No description found for parameter 'path'
Warning(fs/inode.c:1493): Excess function parameter 'mnt' description in 'touch_atime'
Warning(fs/inode.c:1493): Excess function parameter 'dentry' description in 'touch_atime'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/inode.c

index 6bc8761cc3333524bf6c0408a4227f14a325bf7e..183ddd6cda7115fda642e7b06a5414cbe25d4c77 100644 (file)
@@ -1489,8 +1489,7 @@ static int relatime_need_update(struct vfsmount *mnt, struct inode *inode,
 
 /**
  *     touch_atime     -       update the access time
- *     @mnt: mount the inode is accessed on
- *     @dentry: dentry accessed
+ *     @path: the &struct path to update
  *
  *     Update the accessed time on an inode and mark it for writeback.
  *     This function automatically handles read only file systems and media,