]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
net/flow_dissector: correct comments on enum flow_dissector_key_id
authorEdward Cree <ecree@solarflare.com>
Tue, 27 Nov 2018 15:40:59 +0000 (15:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Nov 2018 21:21:52 +0000 (13:21 -0800)
commit91c459561bfdc67eb3cb4a5d149e9cbfa4400d7f
tree1259ec1c1b5f2d1ecdcb8425932a7e68ea65a585
parent1b974aa43ae22b4626721d11dd755a8541bb32de
net/flow_dissector: correct comments on enum flow_dissector_key_id

There are no such structs flow_dissector_key_flow_vlan or
 flow_dissector_key_flow_tags, the actual structs used are struct
 flow_dissector_key_vlan and struct flow_dissector_key_tags.  So correct the
 comments against FLOW_DISSECTOR_KEY_VLAN, FLOW_DISSECTOR_KEY_FLOW_LABEL and
 FLOW_DISSECTOR_KEY_CVLAN to refer to those.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow_dissector.h