All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/dcache: fix function param name in kernel-doc
@ 2010-08-14 20:05 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-08-14 20:05 UTC (permalink / raw)
  To: lkml; +Cc: torvalds, Miklos Szeredi, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix parameter name in kernel-doc notation (causes a warning).

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 fs/dcache.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.35-git15.orig/fs/dcache.c
+++ linux-2.6.35-git15/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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-14 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-14 20:05 [PATCH] fs/dcache: fix function param name in kernel-doc Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.