[PATCH v4 05/19] remove repeated word 'on'
Hunt, David
david.hunt at intel.com
Wed Feb 22 17:31:00 CET 2023
On 22/02/2023 16:25, Stephen Hemminger wrote:
> Found by doing duplicate word scan.
>
> Signed-off-by: Stephen Hemminger <stephen at 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
Acked-by: David Hunt <david.hunt at intel.com>
More information about the dev
mailing list