From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D71D4A00C4; Tue, 26 Jul 2022 05:35:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5305642847; Tue, 26 Jul 2022 05:35:17 +0200 (CEST) Received: from mail-pg1-f176.google.com (mail-pg1-f176.google.com [209.85.215.176]) by mails.dpdk.org (Postfix) with ESMTP id 1FDAD42B6C for ; Tue, 26 Jul 2022 05:35:14 +0200 (CEST) Received: by mail-pg1-f176.google.com with SMTP id e132so12078544pgc.5 for ; Mon, 25 Jul 2022 20:35:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=bC1lh0wCibWL0bi+nRaKMsCc0cuizFFw6/FfH7HHxS0=; b=n0fpO+AbwZ7o7G18ZfLgWpzsXM6dE3znz4RsZCH5bm7LJQ3W11PkqDgqYnCo2x+D3B Ql9q5yXR47KzG7lX/DRp5bRf9GGUPoTR9nKETTiqFwmB4yZCTU+2nyHkOBkI323ditkK PU+xGL0N5WFLnJyg595Cwkj2Bsp4Dj/ydz3fkNPwNQ4DCHayWFfqCmkF88aBiyJV3jut pOnBbHwC5hbq15pm0rbvpTSPZrLia9OMjnJvudc4MIugdH2QGHz2xfJbBMDWHzmM0nLf I8PCHfYuGRuhy3RBqpfx50rM/6JC2qHPEcs3WN0TpPfnzaeyVwpnYpBnmH7A1I8TO+BB k6RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bC1lh0wCibWL0bi+nRaKMsCc0cuizFFw6/FfH7HHxS0=; b=bQ0jSxCs6Jqi8Uyypyz0hpWfjSwSfg4YeeLfqSbgQbOW/TBtnq3UhRX7gzEhKmyrP0 8p8uce3DeNGdwCiYxy4Ho2j7B+gyancnyQ7RKqL4SGBCKmVAKWldmr1FFam3vpSh3VBi QOgYs9nH3S+/JGeML9rwXqW7u/U243qDWi/xrInyjrpgXvZS3JUAmx3k7gpKsB1PoWwp emVm7S4yvpNyOPNFUI0LVj/w0GJKLVN/ZgWQ71d83BZNuUs6MsinQsxWFBB8UdUKzCe9 srFSt7V11PcJIBaKhmK3BfVQB8o5I+JSpWtVJsB859sJtTAyEuXnJK/fQ7qC68ckVguq /Y9Q== X-Gm-Message-State: AJIora/eKVbZzPHDkX4joGn5lLUr2gcZOdHm0cfZ8P9Jg3hRjvQiBDuG eDfrhSooBzY5PcB2lACcrNqeld1YZpBQdA== X-Google-Smtp-Source: AGRyM1vWhDxp0WRCLqTC5PtH0gR3TQFTvlextnAYFVR71h5lisEgdNst4iNTSHDeaRjHKg+F/sHvng== X-Received: by 2002:a05:6a02:183:b0:41a:8177:9c3 with SMTP id bj3-20020a056a02018300b0041a817709c3mr13620573pgb.157.1658806513111; Mon, 25 Jul 2022 20:35:13 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id a199-20020a621ad0000000b0052bead2183asm5674534pfa.159.2022.07.25.20.35.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:12 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Chas Williams , "Min Hu (Connor)" , David Hunt Subject: [PATCH v2 05/20] remove repeated word 'on' Date: Mon, 25 Jul 2022 20:34:48 -0700 Message-Id: <20220726033503.65407-6-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220726033503.65407-1-stephen@networkplumber.org> References: <20220722214106.162640-1-stephen@networkplumber.org> <20220726033503.65407-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- 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.35.1