Skip to content

Commit

Permalink
[NETLINK]: add nla_for_each_nested() to the interface list
Browse files Browse the repository at this point in the history
At the top of include/net/netlink.h is a list of Netlink interfaces, however,
the nla_for_each_nested() macro was not listed.  This patch adds this interface
to the list at the top of the header file.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Paul Moore authored and David S. Miller committed Sep 25, 2006
1 parent df2115c commit 22acb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/net/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
* nla_parse() parse and validate stream of attrs
* nla_parse_nested() parse nested attribuets
* nla_for_each_attr() loop over all attributes
* nla_for_each_nested() loop over the nested attributes
*=========================================================================
*/

Expand Down

0 comments on commit 22acb19

Please sign in to comment.