Skip to content

Commit

Permalink
fs: fix inode.c kernel-doc warnings
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
rddunlap authored and Al Viro committed May 30, 2012
1 parent de5e2b3 commit 185553b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 185553b

Please sign in to comment.