diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-04-17 20:03:25 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-05-29 23:28:36 -0400 |
commit | 185553b22436fe754f4ae8ec11344e822bb83717 (patch) | |
tree | b416fd572dd64acbe86812d5845652ef0fe8f86c /fs/inode.c | |
parent | de5e2b36289e6c81c3f7dcb9eef38d78de1f8b5c (diff) |
fs: fix inode.c kernel-doc warnings
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>
Diffstat (limited to 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/inode.c b/fs/inode.c index 6bc8761cc333..183ddd6cda71 100644 --- a/fs/inode.c +++ b/fs/inode.c | |||
@@ -1489,8 +1489,7 @@ static int relatime_need_update(struct vfsmount *mnt, struct inode *inode, | |||
1489 | 1489 | ||
1490 | /** | 1490 | /** |
1491 | * touch_atime - update the access time | 1491 | * touch_atime - update the access time |
1492 | * @mnt: mount the inode is accessed on | 1492 | * @path: the &struct path to update |
1493 | * @dentry: dentry accessed | ||
1494 | * | 1493 | * |
1495 | * Update the accessed time on an inode and mark it for writeback. | 1494 | * Update the accessed time on an inode and mark it for writeback. |
1496 | * This function automatically handles read only file systems and media, | 1495 | * This function automatically handles read only file systems and media, |