From patchwork Tue Jul 26 16:30:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114232 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73C13A00C4; Tue, 26 Jul 2022 18:31:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C91D42B86; Tue, 26 Jul 2022 18:30:37 +0200 (CEST) Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by mails.dpdk.org (Postfix) with ESMTP id 09F9F42905 for ; Tue, 26 Jul 2022 18:30:36 +0200 (CEST) Received: by mail-pl1-f180.google.com with SMTP id w7so13780729ply.12 for ; Tue, 26 Jul 2022 09:30:35 -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=2uF2+zYwlCpNlPCu3Kk2lbhCjUY1fWv9P/6CS/sWRLI=; b=8FOSjHKb/xT/Ug63YmfqSOs01oucgZWS0m/5eqETFUoDEz2jESJ5TUHvggrcKVbnof Q9yAZULCWzJSTd3FjnA7EKZKnyjS7ibjFcXeHk3Y1iDAiIi6hoWGp+HUN2tWUkmoIqTF iDhKm8KtOdLSE7Zl1VjWbYWrOWqmKkI3WjpnlvIs8pqgG/D0+lVcry/0ybNuxRPeedso WS04fgtwULG4vqdolaxpV6LamK1Hap+cpPgghQ01xzFRN7NN8qi4njVlFFm0z3ahqvOX XrUNpaKX84joEk/NiaHL+kjGxXF5tvrRtPigDWzAJJDFY/Ob1WsO422tv49kJLcy4Fnl MTKg== 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=2uF2+zYwlCpNlPCu3Kk2lbhCjUY1fWv9P/6CS/sWRLI=; b=CLUjekDvUg3agO/Z34I3Q4HRUXv83xJJ8yPQjkB0Ml/4fVZhzdcIS65YiaK5QT/VF+ DIEvP9l590ZaND/MR4820sQZ9pK2x4jx5LacHNmt7La+s6V9YxLSFXYQP9i3cY1/YXGG uv6/cc8KIc8jTFfSFKyYX9lj+6JJV9MUJv2BcA1FB8o48uF9OzARUXno+brMvndfvpGe nDdAtSKpkpwWaNzSW+plc+izAePNg6CHLElEndHGgr91lFw8KEhh7oK63iboXNEDX6XJ SBhLgN2//tmm5OFmjaZX0I/4orq8++15ehkuGEwtD3ueyXl6NbcY8QOMeQsZGlo5KzXJ d5kA== X-Gm-Message-State: AJIora+fIFtX4tcl5KkWrJ0GCxeBjW7WaM9Ca6BBh4/edMu2kaotYDc6 lZ4xuddNsbfXubCTzSn6uy+MA7lWJn3gKw== X-Google-Smtp-Source: AGRyM1vtoAgl5kqJU/Xu2+KBRHZn+VyT7mV/OKaGE2v58vVSsaU6wAqQiLikVbdoKhK+xEs0F15VmA== X-Received: by 2002:a17:902:720b:b0:16d:2c4c:b52a with SMTP id ba11-20020a170902720b00b0016d2c4cb52amr17129275plb.155.1658853035126; Tue, 26 Jul 2022 09:30:35 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id y190-20020a6232c7000000b0051bbe085f16sm11844155pfy.104.2022.07.26.09.30.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 09:30:34 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Yuying Zhang , Beilei Xing , Junfeng Guo , Simei Su Subject: [PATCH v3 08/20] remove repeated word 'then' Date: Tue, 26 Jul 2022 09:30:08 -0700 Message-Id: <20220726163020.15679-9-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220726163020.15679-1-stephen@networkplumber.org> References: <20220722214106.162640-1-stephen@networkplumber.org> <20220726163020.15679-1-stephen@networkplumber.org> MIME-Version: 1.0 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/i40e/i40e_fdir.c | 2 +- drivers/net/igc/base/igc_mac.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/i40e/i40e_fdir.c b/drivers/net/i40e/i40e_fdir.c index 8caedea14eaa..3b7714217405 100644 --- a/drivers/net/i40e/i40e_fdir.c +++ b/drivers/net/i40e/i40e_fdir.c @@ -377,7 +377,7 @@ i40e_init_flx_pld(struct i40e_pf *pf) if ((flex_pit2).src_offset < \ (flex_pit1).src_offset + (flex_pit1).size) { \ PMD_DRV_LOG(ERR, "src_offset should be not" \ - " less than than previous offset" \ + " less than previous offset" \ " + previous FSIZE."); \ return -EINVAL; \ } \ diff --git a/drivers/net/igc/base/igc_mac.c b/drivers/net/igc/base/igc_mac.c index 3cd6506e5e60..0822ffe7c37c 100644 --- a/drivers/net/igc/base/igc_mac.c +++ b/drivers/net/igc/base/igc_mac.c @@ -587,7 +587,7 @@ void igc_update_mc_addr_list_generic(struct igc_hw *hw, * @hw: pointer to the HW structure * * In certain situations, a system BIOS may report that the PCIx maximum - * memory read byte count (MMRBC) value is higher than than the actual + * memory read byte count (MMRBC) value is higher than the actual * value. We check the PCIx command register with the current PCIx status * register. **/