Skip to content

Commit

Permalink
datapath: Fix whitespace error.
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Gross <[email protected]>
  • Loading branch information
jessegross committed Nov 17, 2011
1 parent 395e68c commit 3dc9baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapath/flow.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct sw_flow_key {
} eth;
struct {
u8 proto; /* IP protocol or lower 8 bits of ARP opcode. */
u8 tos; /* IP ToS. */
u8 tos; /* IP ToS. */
u8 ttl; /* IP TTL/hop limit. */
u8 frag; /* One of OVS_FRAG_TYPE_*. */
} ip;
Expand Down

0 comments on commit 3dc9baa

Please sign in to comment.