dect
/
linux-2.6
Archived
13
0
Fork 0

fs/dcache: fix function param name in kernel-doc

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>
This commit is contained in:
Randy Dunlap 2010-08-14 13:05:31 -07:00 committed by Linus Torvalds
parent 1f5cfe2f73
commit cd956a1c03
1 changed files with 1 additions and 1 deletions

View File

@ -1976,7 +1976,7 @@ global_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.