summaryrefslogtreecommitdiffstats
path: root/src/attr.c
diff options
context:
space:
mode:
authorHisao Tanabe <xtanabe@gmail.com>2015-01-10 18:02:07 +0900
committerPablo Neira Ayuso <pablo@netfilter.org>2015-01-10 18:23:36 +0100
commitc9f19b98cd8e108617e825e071091df14f78c53a (patch)
treecf18f13244efdb8290936bed29f4d570e5b8fe08 /src/attr.c
parent72aec11703c7fda93af77cb6356f9692f18f9e9b (diff)
attr: minor doc fix in mnl_attr_next()
mnl_attr_next(): remove unused param - len Signed-off-by: Hisao Tanabe <xtanabe@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/attr.c')
-rw-r--r--src/attr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/attr.c b/src/attr.c
index ca2cd25..c551d0b 100644
--- a/src/attr.c
+++ b/src/attr.c
@@ -105,7 +105,6 @@ EXPORT_SYMBOL(mnl_attr_ok);
/**
* mnl_attr_next - get the next attribute in the payload of a netlink message
* \param attr pointer to the current attribute
- * \param len length of the remaining bytes in the buffer (passed by reference).
*
* This function returns a pointer to the next attribute after the one passed
* as parameter. You have to use mnl_attr_ok() to ensure that the next