Skip to content

Commit

Permalink
tc: Fix wrong struct variable order
Browse files Browse the repository at this point in the history
Fix the struct variable order to corrospond with
it's usage.

Signed-off-by: Paul Blakey <[email protected]>
Reviewed-by: Roi Dayan <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
Paul Blakey authored and shorman-netronome committed Nov 23, 2017
1 parent 518bbe9 commit fbaf1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit fbaf1bf

Please sign in to comment.