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 18586A00C4; Tue, 26 Jul 2022 18:31:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA06D42B9D; Tue, 26 Jul 2022 18:30:41 +0200 (CEST) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mails.dpdk.org (Postfix) with ESMTP id 9370642B8A for ; Tue, 26 Jul 2022 18:30:39 +0200 (CEST) Received: by mail-pj1-f54.google.com with SMTP id e1so3348587pjl.1 for ; Tue, 26 Jul 2022 09:30:39 -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=fXtsA29R1+diUqFVjQkLSndWMZU9E9aO1mpUOtae5r0=; b=gj8242xrGSwNhfiNla62zSXlUypfgJauLA6gQ/1AIDByInyLPxLs2G2GjlZdSGBDju EjI+dxikwQ0mVTpj8aPfimDWp2Ph0rGhnthmOieZbsFwXxZB1HOT0wgINRxwrqWbON0g 6IqImRf23aNurdpOB1RAUwEdZ3FcZMJ3Pko9LGKwUA/GA7Wq0v3YhwJQTELJZNhM+b3V QuTgAJ7Md18cnGmcmSE+RVWUOi9dJAHWadsKoY6OIWl6kqBSCBWEU/kpBbAz5stQXaau Hf9IPlzif5K4hotjSqagyTxzD6Y031kMQ6VEbgA+PBQ2OIrPpeRbsssRL5toPeSj1WV/ bQKA== 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=fXtsA29R1+diUqFVjQkLSndWMZU9E9aO1mpUOtae5r0=; b=ai9plAPBdxDZEb+VRWRDOVITQUHGCWfEsqlaOttOYMMowpIvr1m+7OwutKlzNKY8wf w+vXLZbMsI+fvjJ56VwPXMgBbVnA/Y0Ez3qfdWexNg7r5CTN/BvwKmh5kmTBaxpJLoLO f6L3eadJZ3YUGDcx1krztiH5ZyYpxemNp2Z5pwxp9AG2DFCxrmnEVMA7fESYiaOc9hrq uUgLSDgPvkxDWQ8hrYmt5YUqEv3IGlkoMQKThzLmqGF590y3Fox9Ew2AbElDz6VxerMu Iu0UOqtCRoxfZK6Cv7fhWpkrpGj7bJPI+6nrt8WyNgwpNEg6jljMs/UDARhfaL895Dsv 4EgA== X-Gm-Message-State: AJIora/ZWp+JQv5qk+W5AF4CKfKxzpSn9sk7UtCouNvA2t1xKXbw3OAJ edpeDZm2AUPwGC8hmcZtRg6vCtGHOUljkg== X-Google-Smtp-Source: AGRyM1vWbCFxobutf8TnyAV5xDGhmzReni/fW6hSRYGWlp46FL67Dh9B7d4zwmMWSQB5qD2+ze05hQ== X-Received: by 2002:a17:902:b686:b0:16c:ae59:c9b4 with SMTP id c6-20020a170902b68600b0016cae59c9b4mr17216405pls.26.1658853038694; Tue, 26 Jul 2022 09:30:38 -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.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 09:30:38 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rahul Lakkireddy Subject: [PATCH v3 11/20] remove repeated word 'or' Date: Tue, 26 Jul 2022 09:30:11 -0700 Message-Id: <20220726163020.15679-12-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-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/cxgbe/sge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/cxgbe/sge.c b/drivers/net/cxgbe/sge.c index 5d91355c9ab1..1a767dabf59c 100644 --- a/drivers/net/cxgbe/sge.c +++ b/drivers/net/cxgbe/sge.c @@ -65,7 +65,7 @@ static inline void ship_tx_pkt_coalesce_wr(struct adapter *adap, * for DMA, but this is of course never sent to the hardware and is only used * to prevent double unmappings. All of the above requires that the Free List * Buffers which we allocate have the bottom 5 bits free (0) -- i.e. are - * 32-byte or or a power of 2 greater in alignment. Since the SGE's minimal + * 32-byte or a power of 2 greater in alignment. Since the SGE's minimal * Free List Buffer alignment is 32 bytes, this works out for us ... */ enum { -- 2.35.1