diff options
author | Matteo Croce <mcroce@redhat.com> | 2019-10-29 14:50:50 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-30 17:21:35 -0700 |
commit | 98298e6ca6d5908f96e529e70a254a4d5bf754e7 (patch) | |
tree | 6ac75b9530965e78a7bc6ae19c038de6f8722325 /include/net/flow_dissector.h | |
parent | c4917bfc3a6f768508e820c10294149de259fa74 (diff) |
flow_dissector: add meaningful comments
Documents two piece of code which can't be understood at a glance.
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow_dissector.h')
-rw-r--r-- | include/net/flow_dissector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/flow_dissector.h b/include/net/flow_dissector.h index 90bd210be060..7747af3cc500 100644 --- a/include/net/flow_dissector.h +++ b/include/net/flow_dissector.h @@ -282,6 +282,7 @@ struct flow_keys { struct flow_dissector_key_vlan cvlan; struct flow_dissector_key_keyid keyid; struct flow_dissector_key_ports ports; + /* 'addrs' must be the last member */ struct flow_dissector_key_addrs addrs; }; |