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 CCF8AA00C4; Tue, 26 Jul 2022 18:31:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BDF4A42905; Tue, 26 Jul 2022 18:30:44 +0200 (CEST) Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by mails.dpdk.org (Postfix) with ESMTP id EFFC142B9F for ; Tue, 26 Jul 2022 18:30:41 +0200 (CEST) Received: by mail-pl1-f173.google.com with SMTP id p1so5297785plr.11 for ; Tue, 26 Jul 2022 09:30:41 -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=rXb89WroxNePZS8RQhftb+M53NZ4KXTx51ycjb1AtL4=; b=BGb2SV5PzZKBUqg41H9uk8xSmK5vuTLwx7wvmRRTsVPAiIWu8O+2a7vr9lHe5m1vXq zTUso5LoEAtU34SarxC+OXZf/e0Fq5WOGzXz+989OjpGUvl3TpwOwhPaxxEmny2HT9/3 uaoOeb43OFmMmSGpf75Es31vQ33e0645V3vjKlsj/fqJCSk+iwdFNSEK6uDUfwMjB2Ej 2saOVPJy80Y44IWS5PZ8ZQ6Ug3EGKz4Z2r3JDyAIx+TN5Qd884qAUucw9clqSidBltjC w6FugnI03hl0cRfb1/T8H9K9OFXL9CpTkHwraInPfelJ7sukv41XURexaYFvIX5Z8Ngq TDUw== 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=rXb89WroxNePZS8RQhftb+M53NZ4KXTx51ycjb1AtL4=; b=R49oIDLaXTPV9XcD8XRGuKNS2C621DN8IUs5MJShDrhpbTOwL4jH5XJd8wRNHw8Jjf AtAcnhDVYjzUbM2jv+ORSFpiF/PlBmTG0kqVpoXTt3bTyBoyBZpndaxTy56Ad928fTqj ET5ve/SDMV6G3pPaSZM6WuzE+IBvaSBidQGhrmfY+BR0lGc2lAwj9LMBhSS9Xnw+jgcD TnFHOfDi4FfwIoRkTv9bJaW5Zj5NxjALTbz6rBqX+d4eif5u0EolfpyQv94pfrx7FzMv fyL76xC52ropIMhlNreNrISD8ScsisQcDxqMKqV2Wi49iRFkAFfBCq4+EQ6xDCErDf1A Lzew== X-Gm-Message-State: AJIora8Cr1prK+dhqoKHspaaX+W5RZUaz10s6Ti3nNtUG53hQ9E5lffS UBpbCTNF4coq0y7xrlvc0W73LeZzVfz19w== X-Google-Smtp-Source: AGRyM1ukdWf1fLx9cqkbyO08hItn4/G4arGA9dGn7amWfLnpphv7ge6Owa/F/Vr63oh7bgOlRHmMzA== X-Received: by 2002:a17:902:f708:b0:153:839f:bf2c with SMTP id h8-20020a170902f70800b00153839fbf2cmr17030235plo.113.1658853041092; Tue, 26 Jul 2022 09:30:41 -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.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 09:30:40 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , =?UTF-8?q?Niklas=20S=C3=B6derlund?= , Chaoyong He Subject: [PATCH v3 13/20] remove repeated word 'that' Date: Tue, 26 Jul 2022 09:30:13 -0700 Message-Id: <20220726163020.15679-14-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 Content-Type: text/plain; charset=UTF-8 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 Reviewed-by: Niklas Söderlund --- 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