diff options
-rw-r--r-- | include/net/netlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h index 0c154f98e987..39e1d875d507 100644 --- a/include/net/netlink.h +++ b/include/net/netlink.h | |||
@@ -153,7 +153,7 @@ | |||
153 | * nla_find() find attribute in stream of attributes | 153 | * nla_find() find attribute in stream of attributes |
154 | * nla_find_nested() find attribute in nested attributes | 154 | * nla_find_nested() find attribute in nested attributes |
155 | * nla_parse() parse and validate stream of attrs | 155 | * nla_parse() parse and validate stream of attrs |
156 | * nla_parse_nested() parse nested attribuets | 156 | * nla_parse_nested() parse nested attributes |
157 | * nla_for_each_attr() loop over all attributes | 157 | * nla_for_each_attr() loop over all attributes |
158 | * nla_for_each_nested() loop over the nested attributes | 158 | * nla_for_each_nested() loop over the nested attributes |
159 | *========================================================================= | 159 | *========================================================================= |