lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat,  3 Mar 2012 09:33:04 -0300
From:	Marcos Paulo de Souza <marcos.mage@...il.com>
To:	viro@...iv.linux.org.uk
Cc:	linux-fsdevel@...r.kernel.org, rdunlap@...otime.net,
	linux-kernel@...r.kernel.org,
	Marcos Paulo de Souza <marcos.mage@...il.com>
Subject: [PATCH] fs/dcache.c: Fix parameter documentation of __d_lookup_rcu function

The commit 8966be90304b394fd6a2c5af7b6b3abe2df3889c renames the seq parameter to seqp of function
__d_lookup_rcu, and with this change the htmldocs tool gives the following warning:

       Warning(/mnt/dados/linux//fs/dcache.c:1723): No description found for parameter 'seqp'
       Warning(/mnt/dados/linux//fs/dcache.c:1723): Excess function parameter 'seq' description in '__d_lookup_rcu'

 This patch fix this small issue.

Signed-off-by: Marcos Paulo de Souza <marcos.mage@...il.com>
---
 fs/dcache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/dcache.c b/fs/dcache.c
index 138be96..b87513c 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1694,7 +1694,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
  *
-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists