summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-08-14 13:05:31 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-14 16:21:00 -0700
commitcd956a1c039a55a0ea58175b9a6e83c45799f3de (patch)
treed531e2764b9946e3f4ee94f881d2f67321653191
parent1f5cfe2f732c6f4d198950ec3c951105af24dd01 (diff)
downloadlinux-3.10-cd956a1c039a55a0ea58175b9a6e83c45799f3de.tar.gz
linux-3.10-cd956a1c039a55a0ea58175b9a6e83c45799f3de.tar.bz2
linux-3.10-cd956a1c039a55a0ea58175b9a6e83c45799f3de.zip
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>
-rw-r--r--fs/dcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 166d35d5686..4d13bf50b7b 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -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.