In accordance with the style guidelines.

Signed-off-by: Ethan Jackson <et...@nicira.com>
---
 utilities/ovs-ofctl.c                                   | 2 +-
 xenserver/opt_xensource_libexec_InterfaceReconfigure.py | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
index 5eb8cf4..c481210 100644
--- a/utilities/ovs-ofctl.c
+++ b/utilities/ovs-ofctl.c
@@ -1601,7 +1601,7 @@ ofctl_packet_out(int argc, char *argv[])
     struct vconn *vconn;
     char *error;
     int i;
-    enum ofputil_protocol usable_protocols; /* TODO: Use in proto selection */
+    enum ofputil_protocol usable_protocols; /* XXX: Use in proto selection */
 
     ofpbuf_init(&ofpacts, 64);
     error = parse_ofpacts(argv[3], &ofpacts, &usable_protocols);
diff --git a/xenserver/opt_xensource_libexec_InterfaceReconfigure.py 
b/xenserver/opt_xensource_libexec_InterfaceReconfigure.py
index f37e038..ca907ca 100644
--- a/xenserver/opt_xensource_libexec_InterfaceReconfigure.py
+++ b/xenserver/opt_xensource_libexec_InterfaceReconfigure.py
@@ -745,10 +745,10 @@ def pif_ipdev_name(pif):
     nwrec = db().get_network_record(pifrec['network'])
 
     if nwrec['bridge']:
-        # TODO: sanity check that nwrec['bridgeless'] != 'true'
+        # XXX: sanity check that nwrec['bridgeless'] != 'true'
         return nwrec['bridge']
     else:
-        # TODO: sanity check that nwrec['bridgeless'] == 'true'
+        # XXX: sanity check that nwrec['bridgeless'] == 'true'
         return pif_netdev_name(pif)
 
 #
@@ -777,10 +777,10 @@ def pif_is_bridged(pif):
     nwrec = db().get_network_record(pifrec['network'])
 
     if nwrec['bridge']:
-        # TODO: sanity check that nwrec['bridgeless'] != 'true'
+        # XXX: sanity check that nwrec['bridgeless'] != 'true'
         return True
     else:
-        # TODO: sanity check that nwrec['bridgeless'] == 'true'
+        # XXX: sanity check that nwrec['bridgeless'] == 'true'
         return False
 
 def pif_bridge_name(pif):
-- 
1.8.1.2

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to