datapath: Fix comment formatting.
authorJesse Gross <jesse@nicira.com>
Wed, 9 Nov 2011 22:13:44 +0000 (14:13 -0800)
committerJesse Gross <jesse@nicira.com>
Wed, 9 Nov 2011 22:16:52 +0000 (14:16 -0800)
A few of the recently added fields in struct sw_flow_key had
comments that weren't properly aligned.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/flow.h

index c08d3df..43360cc 100644 (file)
@@ -45,8 +45,8 @@ struct sw_flow_key {
        struct {
                u8     proto;           /* IP protocol or lower 8 bits of ARP opcode. */
                u8     tos;             /* IP ToS. */
-               u8     ttl;         /* IP TTL/hop limit. */
-               u8     frag;        /* One of OVS_FRAG_TYPE_*. */
+               u8     ttl;             /* IP TTL/hop limit. */
+               u8     frag;            /* One of OVS_FRAG_TYPE_*. */
        } ip;
        union {
                struct {
@@ -70,7 +70,7 @@ struct sw_flow_key {
                                struct in6_addr src;    /* IPv6 source address. */
                                struct in6_addr dst;    /* IPv6 destination address. */
                        } addr;
-                       __be32 label;           /* IPv6 flow label. */
+                       __be32 label;                   /* IPv6 flow label. */
                        struct {
                                __be16 src;             /* TCP/UDP source port. */
                                __be16 dst;             /* TCP/UDP destination port. */