DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
	Chas Williams <chas3@att.com>,
	"Min Hu (Connor)" <humin29@huawei.com>,
	David Hunt <david.hunt@intel.com>
Subject: [PATCH v4 05/19] remove repeated word 'on'
Date: Wed, 22 Feb 2023 08:25:25 -0800	[thread overview]
Message-ID: <20230222162539.127103-6-stephen@networkplumber.org> (raw)
In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org>

Found by doing duplicate word scan.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 drivers/net/bonding/rte_eth_bond_8023ad.h   | 2 +-
 examples/vm_power_manager/channel_monitor.h | 2 +-
 examples/vm_power_manager/oob_monitor.h     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/bonding/rte_eth_bond_8023ad.h b/drivers/net/bonding/rte_eth_bond_8023ad.h
index 7eb392f8c8a1..7ad8d6d00bd5 100644
--- a/drivers/net/bonding/rte_eth_bond_8023ad.h
+++ b/drivers/net/bonding/rte_eth_bond_8023ad.h
@@ -271,7 +271,7 @@ rte_eth_bond_8023ad_ext_slowtx(uint16_t port_id, uint16_t slave_id,
 		struct rte_mbuf *lacp_pkt);
 
 /**
- * Enable dedicated hw queues for 802.3ad control plane traffic on on slaves
+ * Enable dedicated hw queues for 802.3ad control plane traffic on slaves
  *
  * This function creates an additional tx and rx queue on each slave for
  * dedicated 802.3ad control plane traffic . A flow filtering rule is
diff --git a/examples/vm_power_manager/channel_monitor.h b/examples/vm_power_manager/channel_monitor.h
index 2b38c554b5cd..ab69524af52c 100644
--- a/examples/vm_power_manager/channel_monitor.h
+++ b/examples/vm_power_manager/channel_monitor.h
@@ -41,7 +41,7 @@ extern "C" {
 int channel_monitor_init(void);
 
 /**
- * Run the channel monitor, loops forever on on epoll_wait.
+ * Run the channel monitor, loops forever on epoll_wait.
  *
  *
  * @return
diff --git a/examples/vm_power_manager/oob_monitor.h b/examples/vm_power_manager/oob_monitor.h
index b96e08df782c..2389c1151956 100644
--- a/examples/vm_power_manager/oob_monitor.h
+++ b/examples/vm_power_manager/oob_monitor.h
@@ -20,7 +20,7 @@ extern "C" {
 int branch_monitor_init(void);
 
 /**
- * Run the OOB branch monitor, loops forever on on epoll_wait.
+ * Run the OOB branch monitor, loops forever on epoll_wait.
  *
  *
  * @return
-- 
2.39.1


  parent reply	other threads:[~2023-02-22 16:26 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <0220722214106.162640-1-stephen@networkplumber.org>
2023-02-22 16:25 ` [PATCH v4 00/19] Remove repeated words in comments and messages Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 01/19] ethdev: reword dev_info_get description Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 02/19] remove repeated word 'to' Stephen Hemminger
2023-02-22 16:28     ` Dumitrescu, Cristian
2023-02-22 16:32     ` Hunt, David
2023-02-22 16:25   ` [PATCH v4 03/19] remove repeated word 'is' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 04/19] remove repeated word 'same' Stephen Hemminger
2023-02-22 16:25   ` Stephen Hemminger [this message]
2023-02-22 16:31     ` [PATCH v4 05/19] remove repeated word 'on' Hunt, David
2023-02-22 16:25   ` [PATCH v4 06/19] remove repeated word 'in' Stephen Hemminger
2023-02-22 16:44     ` Van Haaren, Harry
2023-02-22 16:25   ` [PATCH v4 07/19] remove repeated word 'this' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 08/19] remove repeated word 'only' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 09/19] remove repeated word 'worker' Stephen Hemminger
2023-02-22 16:30     ` Hunt, David
2023-02-22 16:25   ` [PATCH v4 10/19] remove repeated word 'or' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 11/19] remove repeated word 'table' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 12/19] remove repeated word 'that' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 13/19] remove repeated word 'override' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 14/19] remove repeated word 'groups' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 15/19] remove repeated word 'page' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 16/19] remove repeated word 'individual' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 17/19] remove repeated word 'expected' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 18/19] remove repeated word 'be' Stephen Hemminger
2023-02-22 16:25   ` [PATCH v4 19/19] remove repeated word 'all' Stephen Hemminger
2023-03-12  9:41   ` [PATCH v4 00/19] Remove repeated words in comments and messages Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230222162539.127103-6-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=chas3@att.com \
    --cc=david.hunt@intel.com \
    --cc=dev@dpdk.org \
    --cc=humin29@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).