summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2019-01-23 12:09:46 -0800
committerBen Pfaff <blp@ovn.org>2019-01-25 13:09:52 -0800
commitb53433079b8da5ecd33d0e3e1e1644a7997e0671 (patch)
treec138bd7b81a2bdae31cbef216b340c345eeda50a /ofproto/ofproto-dpif-ipfix.c
parent5cc463d60487b0d0050926ce3174ae962d524e57 (diff)
downloadopenvswitch-b53433079b8da5ecd33d0e3e1e1644a7997e0671.tar.gz
treewide: Get rid of // comments, even inside comments.
Just a style fix. With this patch, the following reports no hits: git ls-files | grep '\.[ch]$' | grep -vE 'datapath|sflow' \ | xargs grep -n // | grep -vE "http|s/|'|\"" Acked-by: Ilya Maximets <i.maximets@samsung.com> Reported-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-ipfix.c')
-rw-r--r--ofproto/ofproto-dpif-ipfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index 402980678..5ea1097f9 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -1115,7 +1115,7 @@ dpif_ipfix_set_options(
}
options++;
}
- if (i == n_flow_exporters_options) { // Not found.
+ if (i == n_flow_exporters_options) { /* Not found. */
remove_flow_exporter(di, node);
}
}