[PATCH 2/6] fs: fix dcache.h kernel-doc notation

From: Randy Dunlap
Date: Sat Jan 08 2011 - 22:47:15 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix new kernel-doc notation warning in dcache.h:

Warning(include/linux/dcache.h:316): Excess function parameter 'Returns' description in '__d_rcu_to_refcount'

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Cc: Nick Piggin <npiggin@xxxxxxxxx>
---
include/linux/dcache.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx0107.orig/include/linux/dcache.h
+++ lnx0107/include/linux/dcache.h
@@ -307,7 +307,7 @@ extern struct dentry *__d_lookup_rcu(str
* __d_rcu_to_refcount - take a refcount on dentry if sequence check is ok
* @dentry: dentry to take a ref on
* @seq: seqcount to verify against
- * @Returns: 0 on failure, else 1.
+ * Returns: 0 on failure, else 1.
*
* __d_rcu_to_refcount operates on a dentry,seq pair that was returned
* by __d_lookup_rcu, to get a reference on an rcu-walk dentry.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/