fs: fix kernel-doc warnings in dcache.c
authorRandy Dunlap <[email protected]>
Mon, 19 Mar 2012 04:23:05 +0000 (21:23 -0700)
committerLinus Torvalds <[email protected]>
Thu, 22 Mar 2012 22:49:18 +0000 (15:49 -0700)
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/dcache.c

index e441941c834d26a176db4f43aaa475747b4d2f2d..2b55bd0c1061a107139f335c61b08bfa3d225edf 100644 (file)
@@ -1713,7 +1713,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
  *