From: Randy Dunlap Date: Mon, 19 Mar 2012 04:23:05 +0000 (-0700) Subject: fs: fix kernel-doc warnings in dcache.c X-Git-Tag: Ubuntu-5.0.0-8.9~16526 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1f1e6e523e43e312c0e0d38c09828d53e9f709fc;p=mirror_ubuntu-disco-kernel.git fs: fix kernel-doc warnings in dcache.c 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 Signed-off-by: Linus Torvalds --- diff --git a/fs/dcache.c b/fs/dcache.c index e441941c834d..2b55bd0c1061 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -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 *