All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: fix kernel-doc for dcache::d_validate
@ 2010-11-18 23:02 Randy Dunlap
  2010-12-15  9:53 ` Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-11-18 23:02 UTC (permalink / raw)
  To: lkml; +Cc: viro

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

Fix function parameter kernel-doc for d_validate():

Warning(fs/dcache.c:1495): No description found for parameter 'parent'
Warning(fs/dcache.c:1495): Excess function parameter 'dparent' description in 'd_validate'

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

--- lnx-2637-r2g4-kerndoc.orig/fs/dcache.c
+++ lnx-2637-r2g4-kerndoc/fs/dcache.c
@@ -1485,7 +1485,7 @@ out:
 /**
  * d_validate - verify dentry provided from insecure source
  * @dentry: The dentry alleged to be valid child of @dparent
- * @dparent: The parent dentry (known to be valid)
+ * @parent: The parent dentry (known to be valid)
  *
  * An insecure source has sent us a dentry, here we verify it and dget() it.
  * This is used by ncpfs in its readdir implementation.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: fix kernel-doc for dcache::d_validate
  2010-11-18 23:02 [PATCH] fs: fix kernel-doc for dcache::d_validate Randy Dunlap
@ 2010-12-15  9:53 ` Al Viro
  0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2010-12-15  9:53 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml

On Thu, Nov 18, 2010 at 03:02:45PM -0800, Randy Dunlap wrote:

> Fix function parameter kernel-doc for d_validate():

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-15  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 23:02 [PATCH] fs: fix kernel-doc for dcache::d_validate Randy Dunlap
2010-12-15  9:53 ` Al Viro

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.