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 E324BA00C4; Tue, 26 Jul 2022 05:36:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2823742BA0; Tue, 26 Jul 2022 05:35:26 +0200 (CEST) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mails.dpdk.org (Postfix) with ESMTP id 056A142B74 for ; Tue, 26 Jul 2022 05:35:22 +0200 (CEST) Received: by mail-pj1-f49.google.com with SMTP id li4so903799pjb.3 for ; Mon, 25 Jul 2022 20:35:21 -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=2sv9RR6bxqEsq9E7w4CEvYMtqe3uGMtTlHqFFHASkwg=; b=cacJfN91ERMAdTKETPy6B6eAUynWsg8ZznAe8wGDI9qAJVFjZ/ntEEZB3P8d7NtOBK vXMdzOAOolrOC6ZnLuxW3lPidncOXdbb+Q57LlABdSrAMRa6dpH7jgpipFGK9pEKBwyc A4ARnTqiA7Ya4MJ0PFcd1irAuVMdKNBHSHEo7TtANsA/gSWee+CjMFiqCKYR/etAOQCI RzCgEGT4OIx4C9VoBw0iqDltF4y5aTqRZd78tbvHgvsaBXwVKsWuIzRFKi+mMJ/gbdII OUZAbqMF9Mn2jWGMupDOkD+fa+VSgP92LAZLhzXvXTLJu2JYUv0++fxhoY3W8+lbsjIK IQnA== 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=2sv9RR6bxqEsq9E7w4CEvYMtqe3uGMtTlHqFFHASkwg=; b=Dg6cBkLJeRILYNvCnRetlMm5p58CeW+2B1t5jVtSq7aIsPVh6FRG5Ri3thZXWy+7Wu 9Ho0a+m9virwLT9GHlhx+Pbb/aqpJ8pFberuoJJtKI/lcLnfW5XftyMxosyUqeD5YhVV 6Wv918P4kJgCxK8z6dG1QWBmtRmTts/rhav1TYW65ew3FHzzMtpHVKM/BVJhY4ouJiVX 7TPAZ/I+4I21QYaMxuhglXYtLc+i73g7b3rYs5roGcyjb7cV9jNG+UoBX8VozNDQ601n F5MFJ2F8Kp3B84u8vINZG1Td1G8/6Lwulr008zWZGLa1zzngJlPgYWSYE8sQbx/AwmEW 0vww== X-Gm-Message-State: AJIora8ne0Z2ElA65ncmQCQu8muaWAI1kk0ZPrWrkpetkQlieKiGX6Tq OhUJBakXnB4nrLsvnQi8C2wN3y26MAZabA== X-Google-Smtp-Source: AGRyM1vVaJO6QVRfb/owacRu7fyq8JpoMytpoofPUE0mWCeLmcKMcjrVQGge+Xbvetdsbl83jWfkAw== X-Received: by 2002:a17:902:d501:b0:16d:8fc5:36dc with SMTP id b1-20020a170902d50100b0016d8fc536dcmr3593373plg.160.1658806521022; Mon, 25 Jul 2022 20:35:21 -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.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:20 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Chaoyong He , Niklas Soderlund Subject: [PATCH v2 13/20] remove repeated word 'that' Date: Mon, 25 Jul 2022 20:34:56 -0700 Message-Id: <20220726033503.65407-14-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/nfp/nfp_ctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/nfp/nfp_ctrl.h b/drivers/net/nfp/nfp_ctrl.h index 372d53746243..2327d4eb7646 100644 --- a/drivers/net/nfp/nfp_ctrl.h +++ b/drivers/net/nfp/nfp_ctrl.h @@ -182,7 +182,7 @@ * Reuse spare address to contain the offset from the start of * the host buffer where the first byte of the received frame * will land. Any metadata will come prior to that offset. If the - * value in this field is 0, it means that that the metadata will + * value in this field is 0, it means that the metadata will * always land starting at the first byte of the host buffer and * packet data will immediately follow the metadata. As always, * the RX descriptor indicates the presence or absence of metadata -- 2.35.1