diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-22 17:18:38 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-22 18:31:19 +0100 |
| commit | 2bdcee05b50579be92a767376eaf874c0c70233c (patch) | |
| tree | 73d2a134e08e0800790cecf0e39c944653ca5a8f /sys/linux/socket_netlink_generic_team.txt.warn | |
| parent | e4c56f390e76bddfd2911006d7036e2970b3f5d1 (diff) | |
sys/linux: mark all nested netlink attributes as nlnest
As far as I understand most subsystems don't care about
the nest flag, but some do. But marking them as nest
won't harm (?). Let's mark all of them.
Caught several cases where should have been used array[policy]
but used just policy.
Update #590
Diffstat (limited to 'sys/linux/socket_netlink_generic_team.txt.warn')
| -rw-r--r-- | sys/linux/socket_netlink_generic_team.txt.warn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/linux/socket_netlink_generic_team.txt.warn b/sys/linux/socket_netlink_generic_team.txt.warn index 93f4a89a3..4aa03417b 100644 --- a/sys/linux/socket_netlink_generic_team.txt.warn +++ b/sys/linux/socket_netlink_generic_team.txt.warn @@ -1,4 +1,3 @@ -bad-netlink-attr: team_nl_policy.TEAM_ATTR_LIST_OPTION: should be nlnest no-such-struct: team_nl_option_policy no-such-struct: team_nl_option_policy_per_port no-such-struct: team_nl_option_policy_array |
