diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/openvswitch/flow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h index 1510f51dbf74..176406d9b779 100644 --- a/net/openvswitch/flow.h +++ b/net/openvswitch/flow.h | |||
| @@ -122,8 +122,8 @@ struct sw_flow_key { | |||
| 122 | } __aligned(BITS_PER_LONG/8); /* Ensure that we can do comparisons as longs. */ | 122 | } __aligned(BITS_PER_LONG/8); /* Ensure that we can do comparisons as longs. */ |
| 123 | 123 | ||
| 124 | struct sw_flow_key_range { | 124 | struct sw_flow_key_range { |
| 125 | size_t start; | 125 | unsigned short int start; |
| 126 | size_t end; | 126 | unsigned short int end; |
| 127 | }; | 127 | }; |
| 128 | 128 | ||
| 129 | struct sw_flow_mask { | 129 | struct sw_flow_mask { |
