[ovs-dev] [threaded-put v2 2/3] ovs-ofctl: Replace TODO with XXX.

Ethan Jackson ethan at nicira.com
Fri Dec 13 04:24:55 UTC 2013


In accordance with the style guidelines.

Signed-off-by: Ethan Jackson <ethan at nicira.com>
---
 utilities/ovs-ofctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
1.8.1.2




More information about the dev mailing list