]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
fs: fix dcache.h kernel-doc notation
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 9 Jan 2011 03:37:20 +0000 (19:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jan 2011 15:38:53 +0000 (07:38 -0800)
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@oracle.com>
Cc: Nick Piggin <npiggin@kernel.dk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/dcache.h

index bd07758943e0da21aab61afd8b70c13a723d72d9..59fcd24b146861a205803e3c1a7b4c7c3e478135 100644 (file)
@@ -307,7 +307,7 @@ extern struct dentry *__d_lookup_rcu(struct dentry *parent, struct qstr *name,
  * __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.