Skip to content

Commit

Permalink
fs/dcache: fix function param name in kernel-doc
Browse files Browse the repository at this point in the history
Fix parameter name in kernel-doc notation (causes a warning).

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Aug 14, 2010
1 parent 1f5cfe2 commit cd956a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ static int prepend_path(const struct path *path, struct path *root,
* __d_path - return the path of a dentry
* @path: the dentry/vfsmount to report
* @root: root vfsmnt/dentry (may be modified by this function)
* @buffer: buffer to return value in
* @buf: buffer to return value in
* @buflen: buffer length
*
* Convert a dentry into an ASCII path name.
Expand Down

0 comments on commit cd956a1

Please sign in to comment.