mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
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 <rdunlap@infradead.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
6ae0806993
commit
034ae4bac9
1 changed files with 1 additions and 0 deletions
|
@ -1597,6 +1597,7 @@ static int update_time(struct inode *inode, struct timespec *time, int flags)
|
||||||
/**
|
/**
|
||||||
* touch_atime - update the access time
|
* touch_atime - update the access time
|
||||||
* @path: the &struct path to update
|
* @path: the &struct path to update
|
||||||
|
* @inode: inode to update
|
||||||
*
|
*
|
||||||
* Update the accessed time on an inode and mark it for writeback.
|
* Update the accessed time on an inode and mark it for writeback.
|
||||||
* This function automatically handles read only file systems and media,
|
* This function automatically handles read only file systems and media,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue