From: Ethan Jackson Date: Sat, 7 Dec 2013 23:07:01 +0000 (-0800) Subject: ovs-ofctl: Replace TODO with XXX. X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~179 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b420c0cfa85cefc011ad488928ec00297356afac;p=sliver-openvswitch.git ovs-ofctl: Replace TODO with XXX. In accordance with the style guidelines. Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 5eb8cf4ae..c481210eb 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);