aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netlink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h
index 11dc2e7f679..2897a73f81e 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -151,6 +151,7 @@
151 * nla_parse() parse and validate stream of attrs 151 * nla_parse() parse and validate stream of attrs
152 * nla_parse_nested() parse nested attribuets 152 * nla_parse_nested() parse nested attribuets
153 * nla_for_each_attr() loop over all attributes 153 * nla_for_each_attr() loop over all attributes
154 * nla_for_each_nested() loop over the nested attributes
154 *========================================================================= 155 *=========================================================================
155 */ 156 */
156 157