summaryrefslogtreecommitdiff
path: root/ofproto
diff options
context:
space:
mode:
authorMark D. Gray <mark.d.gray@intel.com>2015-02-13 10:00:56 +0000
committerBen Pfaff <blp@nicira.com>2015-02-13 12:31:12 -0800
commit185b4e3a011c88500ab182d6098e479d98cb2bc7 (patch)
tree2b1274c6163b5023587ab63b247ee30f9fd78c73 /ofproto
parentddd347c2b4091bb5f7479db452d0a6418897a258 (diff)
downloadopenvswitch-185b4e3a011c88500ab182d6098e479d98cb2bc7.tar.gz
ofproto-dpif: Fix whitespace and typo
Signed-off-by: Mark D. Gray <mark.d.gray@intel.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto')
-rw-r--r--ofproto/ofproto-dpif.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index d83f8872c..ed29c52b9 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -1721,10 +1721,10 @@ port_construct(struct ofport *port_)
if (netdev_vport_is_patch(netdev)) {
/* By bailing out here, we don't submit the port to the sFlow module
- * to be considered for counter polling export. This is correct
- * because the patch port represents an interface that sFlow considers
- * to be "internal" to the switch as a whole, and therefore not an
- * candidate for counter polling. */
+ * to be considered for counter polling export. This is correct
+ * because the patch port represents an interface that sFlow considers
+ * to be "internal" to the switch as a whole, and therefore not a
+ * candidate for counter polling. */
port->odp_port = ODPP_NONE;
ofport_update_peer(port);
return 0;