2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-27 15:18:06 +00:00

tc: Fix wrong struct variable order

Fix the struct variable order to corrospond with
it's usage.

Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
This commit is contained in:
Paul Blakey
2017-11-21 14:40:41 +02:00
committed by Simon Horman
parent 518bbe9971
commit fbaf1bf9ef

View File

@@ -62,8 +62,8 @@ struct tc_pedit_key_ex {
struct flower_key_to_pedit {
enum pedit_header_type htype;
int flower_offset;
int offset;
int flower_offset;
int size;
};