nx-match: Whitespace cleanup.
authorEthan Jackson <ethan@nicira.com>
Tue, 19 Jul 2011 21:33:29 +0000 (14:33 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 23 Jul 2011 00:46:48 +0000 (17:46 -0700)
lib/nx-match.c
lib/nx-match.h

index f66c6556a8f12de051288df332755e3d470010f3..3712781d7649a69ab6d2eea7c35f51301ea8444f 100644 (file)
@@ -345,7 +345,7 @@ parse_nxm_entry(struct cls_rule *rule, const struct nxm_field *f,
         /* IPv6 Neighbor Discovery. */
     case NFI_NXM_NX_ND_TARGET:
         /* We've already verified that it's an ICMPv6 message. */
-        if ((flow->tp_src != htons(ND_NEIGHBOR_SOLICIT)) 
+        if ((flow->tp_src != htons(ND_NEIGHBOR_SOLICIT))
                     && (flow->tp_src != htons(ND_NEIGHBOR_ADVERT))) {
             return NXM_BAD_PREREQ;
         }
index a76ad1f2e12f7ba9b9fda2ad3833a71f27cdcd35..b2260b1f00399955947aa626424fc295184ce4b2 100644 (file)
@@ -97,8 +97,8 @@ nxm_decode_n_bits(ovs_be16 ofs_nbits)
  *  NXM_OF_IPV6_DST_W   4      16    16     36
  *  NXM_OF_ICMP_TYPE    4       1    --      5
  *  NXM_OF_ICMP_CODE    4       1    --      5
- *  NXM_NX_ND_TARGET    4      16    --     20 
- *  NXM_NX_ND_SLL       4       6    --     10 
+ *  NXM_NX_ND_TARGET    4      16    --     20
+ *  NXM_NX_ND_SLL       4       6    --     10
  *  NXM_NX_REG_W(0)     4       4     4     12
  *  NXM_NX_REG_W(1)     4       4     4     12
  *  NXM_NX_REG_W(2)     4       4     4     12