mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fs: fix kernel-doc warnings in dcache.c
@ 2012-03-19  4:23 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-03-19  4:23 UTC (permalink / raw)
  To: LKML; +Cc: Linus Torvalds, Al Viro, Andrew Morton

From: Randy Dunlap <rdunlap@xenotime.net>

Fix kernel-doc warnings in fs/dcache.c:

Warning(fs/dcache.c:1743): No description found for parameter 'seqp'
Warning(fs/dcache.c:1743): Excess function parameter 'seq' description in '__d_lookup_rcu'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc:	Alexander Viro <viro@zeniv.linux.org.uk>
---
 fs/dcache.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-33.orig/fs/dcache.c
+++ lnx-33/fs/dcache.c
@@ -1714,7 +1714,7 @@ EXPORT_SYMBOL(d_add_ci);
  * __d_lookup_rcu - search for a dentry (racy, store-free)
  * @parent: parent dentry
  * @name: qstr of name we wish to find
- * @seq: returns d_seq value at the point where the dentry was found
+ * @seqp: returns d_seq value at the point where the dentry was found
  * @inode: returns dentry->d_inode when the inode was found valid.
  * Returns: dentry, or NULL
  *

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

only message in thread, other threads:[~2012-03-19  4:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19  4:23 [PATCH] fs: fix kernel-doc warnings in dcache.c Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®