summaryrefslogtreecommitdiff
path: root/include/openvswitch
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 /include/openvswitch
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 'include/openvswitch')
-rw-r--r--include/openvswitch/ofpbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openvswitch/ofpbuf.h b/include/openvswitch/ofpbuf.h
index 71ee0c953..e4cf0883c 100644
--- a/include/openvswitch/ofpbuf.h
+++ b/include/openvswitch/ofpbuf.h
@@ -72,7 +72,7 @@ struct ofpbuf {
*
* Usage example:
*
- * uint64_t stub[1024 / 8]; // 1 kB stub properly aligned for 64-bit data.
+ * uint64_t stub[1024 / 8]; <-- 1 kB stub aligned for 64-bit data.
* struct ofpbuf ofpbuf = OFPBUF_STUB_INITIALIZER(stub);
*/
#define OFPBUF_STUB_INITIALIZER(STUB) { \