Skip to content

Commit

Permalink
fs: fix kernel-doc for dcache::prepend_path
Browse files Browse the repository at this point in the history
Fix function kernel-doc warning for prepend_path():

Warning(fs/dcache.c:1924): missing initial short description on line:

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Randy Dunlap authored and Al Viro committed Jan 13, 2011
1 parent 1c97754 commit 208898c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -2453,8 +2453,7 @@ static int prepend_name(char **buffer, int *buflen, struct qstr *name)
}

/**
* Prepend path string to a buffer
*
* prepend_path - Prepend path string to a buffer
* @path: the dentry/vfsmount to report
* @root: root vfsmnt/dentry (may be modified by this function)
* @buffer: pointer to the end of the buffer
Expand Down

0 comments on commit 208898c

Please sign in to comment.