projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f5cfe2
)
fs/dcache: fix function param name in kernel-doc
author
Randy Dunlap
<randy.dunlap@oracle.com>
Sat, 14 Aug 2010 20:05:31 +0000
(13:05 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 14 Aug 2010 23:21:00 +0000
(16:21 -0700)
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>
fs/dcache.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/dcache.c
b/fs/dcache.c
index 166d35d56868c7c4c2a79fb29e03404e1831172b..4d13bf50b7b159774c592ce886c7fd9208372d2a 100644
(file)
--- 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)
- * @buf
fer
: buffer to return value in
+ * @buf: buffer to return value in
* @buflen: buffer length
*
* Convert a dentry into an ASCII path name.