ofproto-dpif: Fix whitespace and typo
authorMark D. Gray <mark.d.gray@intel.com>
Fri, 13 Feb 2015 10:00:56 +0000 (10:00 +0000)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Feb 2015 20:31:12 +0000 (12:31 -0800)
Signed-off-by: Mark D. Gray <mark.d.gray@intel.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
ofproto/ofproto-dpif.c

diff --git a/AUTHORS b/AUTHORS
index 8b833dd..4368807 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -102,6 +102,7 @@ Luca Giraudo            lgiraudo@nicira.com
 Lucian Petrut           lpetrut@cloudbasesolutions.com
 Luigi Rizzo             rizzo@iet.unipi.it
 Madhu Challa            challa@noironetworks.com
+Mark D. Gray            mark.d.gray@intel.com
 Mark Hamilton           mhamilton@nicira.com
 Mark Maglana            mmaglana@gmail.com
 Martin Casado           casado@nicira.com
index d83f887..ed29c52 100644 (file)
@@ -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;