ofproto-dpif-ipfix: Use XXX instead of TODO.
authorEthan Jackson <ethan@nicira.com>
Sat, 22 Jun 2013 20:18:48 +0000 (13:18 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 24 Jun 2013 21:15:50 +0000 (14:15 -0700)
XXX is preferred over TODO according to the style guide.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-ipfix.c

index 9de8b1c..083fe15 100644 (file)
@@ -651,7 +651,7 @@ ipfix_send_template_msg(struct dpif_ipfix_exporter *exporter,
     set_hdr = (struct ipfix_set_header*)((uint8_t*)msg.data + set_hdr_offset);
     set_hdr->length = htons(msg.size - set_hdr_offset);
 
-    /* TODO: Add Options Template Sets, at least to define a Flow Keys
+    /* XXX: Add Options Template Sets, at least to define a Flow Keys
      * Option Template. */
 
     ipfix_send_msg(exporter->collectors, &msg);