From c9f19b98cd8e108617e825e071091df14f78c53a Mon Sep 17 00:00:00 2001 From: Hisao Tanabe Date: Sat, 10 Jan 2015 18:02:07 +0900 Subject: attr: minor doc fix in mnl_attr_next() mnl_attr_next(): remove unused param - len Signed-off-by: Hisao Tanabe Signed-off-by: Pablo Neira Ayuso --- src/attr.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3