]> git.proxmox.com Git - mirror_ovs.git/commitdiff
treewide: Fix doubled "the".
authorBen Pfaff <blp@nicira.com>
Mon, 3 Aug 2015 22:30:02 +0000 (15:30 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 3 Aug 2015 23:50:01 +0000 (16:50 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
INSTALL.DPDK.md
datapath-windows/ovsext/User.c
datapath-windows/ovsext/Vport.c
datapath-windows/ovsext/Vxlan.c
lib/netdev-provider.h
lib/ovs-atomic.h
lib/packets.c
ofproto/ofproto-provider.h
tests/bfd.at
utilities/ovs-ofctl.8.in
utilities/ovs-vsctl.8.in

index 1287feac3d1b7ac6ed287de47785209103479dc0..8563c4098a7e3f7c2c590269687defdbe3352deb 100644 (file)
@@ -529,7 +529,7 @@ DPDK vhost-cuse VM configuration:
        subprocess.call("qemu-system-x86_64 .... -netdev tap,id=vhostnet0,\
                         vhost=on,vhostfd=" + fd +"...", shell=True)
 
-   Alternatively the the `qemu-wrap.py` script can be used to automate the
+   Alternatively the `qemu-wrap.py` script can be used to automate the
    requirements specified above and can be used in conjunction with libvirt if
    desired. See the "DPDK vhost VM configuration with QEMU wrapper" section
    below.
index 9f462cf00553afe30818860b2b06ea189577474f..213e9c752c1729eb5cb84972422b1afe778a7c28 100644 (file)
@@ -836,7 +836,7 @@ OvsGetUpcallMsgSize(PVOID userData,
         size += NlAttrTotalSize(userDataLen);
     }
     /* OVS_PACKET_ATTR_EGRESS_TUN_KEY */
-    /* Is it included in the the flwo key attr XXX */
+    /* Is it included in the flow key attr XXX */
     if (tunnelKey) {
         size += NlAttrTotalSize(OvsTunKeyAttrSize());
     }
index b2ff3086d9dd38af7bb68d964da98856cbfc5aea..65a413404a44ffb0be245ed77130a7d6cf96d03f 100644 (file)
@@ -1417,7 +1417,7 @@ cleanup:
  * Deletes ports added from the Hyper-V switch as well as OVS usersapce. The
  * function deletes ports in 'portIdHashArray'. This will delete most of the
  * ports that are in the 'portNoHashArray' as well. Any remaining ports
- * are deleted by walking the the 'portNoHashArray'.
+ * are deleted by walking the 'portNoHashArray'.
  * --------------------------------------------------------------------------
  */
 VOID
index bcd2beb0b21a4a6a21331bba5ff13032a27d2b3f..2364f2868a552c9a21759c53f71e019346283efc 100644 (file)
@@ -410,7 +410,7 @@ OvsDecapVxlan(POVS_SWITCH_CONTEXT switchContext,
     PUINT8 bufferStart;
     NDIS_STATUS status;
 
-    /* Check the the length of the UDP payload */
+    /* Check the length of the UDP payload */
     curNb = NET_BUFFER_LIST_FIRST_NB(curNbl);
     packetLength = NET_BUFFER_DATA_LENGTH(curNb);
     tunnelSize = OvsGetVxlanTunHdrSize();
index eae1e646275bdbc74db2a1cf9da32e7d6b74db24..aab63b7702b6655569426f292e8e197e8374d9c4 100644 (file)
@@ -177,7 +177,7 @@ struct netdev *netdev_rxq_get_netdev(const struct netdev_rxq *);
  * not yet been uninitialized, so the "destruct" function may refer to it.  The
  * "destruct" function is not allowed to fail.
  *
- * Each "dealloc" function frees raw memory that was allocated by the the
+ * Each "dealloc" function frees raw memory that was allocated by the
  * "alloc" function.  The memory's base and derived members might not have ever
  * been initialized (but if "construct" returned successfully, then it has been
  * "destruct"ed already).  The "dealloc" function is not allowed to fail.
index 9ead90779d1eddbfaa6274aed3c7c31adbac25cd..b38c9ef4d08c786f2725cd91b6a926ac95a1c365 100644 (file)
  *        operation (atomic_read_explicit, or a load operation preceding a
  *        atomic_thread_fence) will not be moved prior to the consume
  *        barrier.  Non-data-dependent loads and stores can be reordered to
- *        happen before the the consume barrier.
+ *        happen before the consume barrier.
  *
  *        RCU is the prime example of the use of the consume barrier: The
  *        consume barrier guarantees that reads from a RCU protected object
index b37abde2924562dbabb826562891bb8f4fc2d3ca..ca8d87cdfde47165e4d42521ae2dd1995b81254d 100644 (file)
@@ -294,7 +294,7 @@ set_mpls_lse(struct dp_packet *packet, ovs_be32 mpls_lse)
     }
 }
 
-/* Push MPLS label stack entry 'lse' onto 'packet' as the the outermost MPLS
+/* Push MPLS label stack entry 'lse' onto 'packet' as the outermost MPLS
  * header.  If 'packet' does not already have any MPLS labels, then its
  * Ethertype is changed to 'ethtype' (which must be an MPLS Ethertype). */
 void
index 1fc50013462c548a0f6fa92cf93a71e15c283712..117cd1fcc02ee10e2ab3ef52ce74793a4c7e55c1 100644 (file)
@@ -619,7 +619,7 @@ void ofproto_group_delete_all(struct ofproto *);
  * not yet been uninitialized, so the "destruct" function may refer to it.  The
  * "destruct" function is not allowed to fail.
  *
- * Each "dealloc" function frees raw memory that was allocated by the the
+ * Each "dealloc" function frees raw memory that was allocated by the
  * "alloc" function.  The memory's base and derived members might not have ever
  * been initialized (but if "construct" returned successfully, then it has been
  * "destruct"ed already).  The "dealloc" function is not allowed to fail.
index 5215d2e9ea40ab38a37b178494ff4749cbd14654..925af77a6cff9bf316e2960539efe95813ed2bf1 100644 (file)
@@ -290,7 +290,7 @@ ovs-appctl time/warp 5000 500
 BFD_CHECK_TX([p0], [500ms], [300ms], [500ms])
 BFD_CHECK_RX([p0], [3000ms], [3000ms], [500ms])
 
-# advance clock by 5000ms and check the the flags are all 'none'.
+# advance clock by 5000ms and check the flags are all 'none'.
 ovs-appctl time/warp 5000 500
 BFD_CHECK([p0], [true], [false], [none], [up], [No Diagnostic], [none], [up], [No Diagnostic])
 BFD_CHECK([p1], [true], [false], [none], [up], [No Diagnostic], [none], [up], [No Diagnostic])
index 850fd767c820a284e22d8cc0430388131c609aa8..4181d821f3737c6b737019ad5390d41279f307c2 100644 (file)
@@ -1413,7 +1413,7 @@ as necessary to match the value specified.  Valid values are between 0
 Strips the VLAN tag from a packet if it is present.
 .
 .IP \fBpush_vlan\fR:\fIethertype\fR
-Push a new VLAN tag onto the packet.  Ethertype is used as the the Ethertype
+Push a new VLAN tag onto the packet.  Ethertype is used as the Ethertype
 for the tag. Only ethertype 0x8100 should be used. (0x88a8 which the spec
 allows isn't supported at the moment.)
 A priority of zero and the tag of zero are used for the new tag.
index 972fc26375462b6544cfb1f7db3cac9fc3c6fdc7..265ffde38d8ecb2afed38a221d9cc736ff0eea33 100644 (file)
@@ -88,7 +88,7 @@ following forms:
 .
 .IP "\fB\-\-no\-wait\fR"
 Prevents \fBovs\-vsctl\fR from waiting for \fBovs\-vswitchd\fR to
-reconfigure itself according to the the modified database.  This
+reconfigure itself according to the modified database.  This
 option should be used if \fBovs\-vswitchd\fR is not running;
 otherwise, \fBovs\-vsctl\fR will not exit until \fBovs\-vswitchd\fR
 starts.