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 E548FA00C4; Tue, 26 Jul 2022 05:35:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D26442826; Tue, 26 Jul 2022 05:35:20 +0200 (CEST) Received: from mail-pg1-f179.google.com (mail-pg1-f179.google.com [209.85.215.179]) by mails.dpdk.org (Postfix) with ESMTP id 6BD6B42B7A for ; Tue, 26 Jul 2022 05:35:17 +0200 (CEST) Received: by mail-pg1-f179.google.com with SMTP id q22so6928190pgt.9 for ; Mon, 25 Jul 2022 20:35:17 -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=qZiC928E1+UHP+kGr4LAXP0gLxvtcTFkZyXL++i3weGpH00gXXfGfdbO3KuOf+b/kb x6nt8ub3iLEe58LC2rrThIDyr/NJF2fj8vVsr15PXsohHpncx30zVAW+b+Nw46TEh52E tPEFW4sneaLxW4+8QspHCQwLbbV4253O99maxOc1g5vlpBG7NtbjW1xbgOawzPxZ12Lp lvmMdTqqZGSjR5q3ghYfa3drxDnvWAVUvmxwY+dw8ChNswgqm4nrTRQRvczd2js/cdSx i9gr1hsApsBrRkf6/mskaqJyBhOjaWJ1nOzTjyDJ5MB6ezrooqfAKgtWLuZTBmZvfzn5 vzug== 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=fvUDpvg4GTW4KSQZ0XBKxOpTwYbkJZRS29N66BNJZM8/4rxoj7Lt/3jRzglObxy++p WiboYis8hxRdNa+R1tGM1qTptAmQtV7CykZfjJqczmegM5tn7litFDdg3Tk8Oiu8Sfjt RPSI7NzavloVg1XoP0A5V7k3Xcxn1gcniVCsRJFO+ZkYoXU/smYj2NC80DySDETVanjy vyzc7sRDta/QASOsKlSDZL8Y/chOEd/sRlVwhrlFt1Hzl5nrBfyqtH1zLgmheCj+ODgF YAm5x4qApnmL7smsIMF/nnfzdWE+yTP7RH6VETmCUchGSKmfXTdixBeTjpE1NaWao8/k WYdg== X-Gm-Message-State: AJIora/mNQg2laF2w2rNR757piIluKefBF6cYjKcmiosRA+qJkLJsX87 E/LHvTb+40AXOQLChKHalTv9d9iEglNnaw== X-Google-Smtp-Source: AGRyM1uIBJ6d5AYEF6IVme1Y4T6cjijH9ibtokG4kNOxoYGb6xBhyeCIZEmSumEInUPCVQjGSzFtNQ== X-Received: by 2002:a63:2102:0:b0:41a:8139:2cb3 with SMTP id h2-20020a632102000000b0041a81392cb3mr13635258pgh.314.1658806516543; Mon, 25 Jul 2022 20:35:16 -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.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:16 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Yuying Zhang , Beilei Xing , Junfeng Guo , Simei Su Subject: [PATCH v2 08/20] remove repeated word 'then' Date: Mon, 25 Jul 2022 20:34:51 -0700 Message-Id: <20220726033503.65407-9-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/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. **/ -- 2.35.1