diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-10-23 06:30:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-10-23 06:30:19 -0400 |
commit | dda93b45389f025fd3422d22cc31cc1ea6040305 (patch) | |
tree | 44a856744843e24ed1baf6ca4edb1be04809a606 /include/net/netlink.h | |
parent | 2e62024c265aa69315ed02835623740030435380 (diff) | |
parent | b61b8bba18fe2b63d38fdaf9b83de25e2d787dfe (diff) |
Merge branch 'x86/cache' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/net/netlink.h')
-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 | *========================================================================= |