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 455E6A00C4; Tue, 26 Jul 2022 05:36:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0698342B93; Tue, 26 Jul 2022 05:35:24 +0200 (CEST) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mails.dpdk.org (Postfix) with ESMTP id ADDAD42B75 for ; Tue, 26 Jul 2022 05:35:19 +0200 (CEST) Received: by mail-pj1-f46.google.com with SMTP id p6-20020a17090a680600b001f2267a1c84so14437221pjj.5 for ; Mon, 25 Jul 2022 20:35:19 -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=Q8W+9w8b1qtM76hEHHquwG+ZdkuV2SQb1V4KZXvvpru3DI1Orruy2c+duNth2usPsw 89SJkcTzE/lpBMIkdRp8RK8CoUp9oajWf/J7BsnNyxUF0yIQpkrYp8p4+WDdEFDq8u+9 vKAnceOrC5ICnYeawi3uyrVOYG346L0G1MEV0y1KtiQo4qzneAR5qOFKmphlqd8l+72N EFVplJRmwvnXsZHZxEVgl9r2JlYU+92hcNFLFPN0BDc3BQa7sOJimRGd4totvf5ewXLM AC8LldpOK8cbqcIqJOW1ulmEbG5xQo5JtM5D8v2Q6Wirnb3BXhSIUBV1HSaIO/ZiGJJS HbnQ== 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=gjAG4OzSIi94jtcronf3L7KlgmB+bdgXitazT9ErodTAKLRwEOmxlecwN629PcwRmF hWTixASdR7nmwriEQLWdY6BOehMYU1B7V/i6Fe/XZXqjZUay/pir94peZcS6UKDrr7XZ GPz5XnO5Id0C882+E/sUusypmLU3oF9tV4Zk90wzKuG/CbzJlaCPRcUjUFbLzbPXWPtD SLqhW1y9X32/0JdoqP2pK3ST7pS4rUoa44fe5wM3znRm0CUBtTu3g+1UkDlW3G6/lrkK eDZEFqMUNn7xBNjMZLagnvfOrmWOn6/3qHNiQqYiWmstw64wP1RKhWXjFQ0KiEEGRaZ2 /LWw== X-Gm-Message-State: AJIora+Mvu7WziKEEL7WHTruKWMpb+iEFs3nXb/X0mQQWeZsqdGTgOot E1IZlXLTKbNFnyO8bfWY+nofW1JcFSW2Vg== X-Google-Smtp-Source: AGRyM1vgDz75Mss85hNE2GfIFCPehUHQnq6cSB84A8oaI+Bv8ak02mwMrjMbana4P23FnnGe3btUGg== X-Received: by 2002:a17:90b:17cf:b0:1f2:e376:9ed2 with SMTP id me15-20020a17090b17cf00b001f2e3769ed2mr2960093pjb.82.1658806519051; Mon, 25 Jul 2022 20:35:19 -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.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:18 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rahul Lakkireddy Subject: [PATCH v2 11/20] remove repeated word 'or' Date: Mon, 25 Jul 2022 20:34:54 -0700 Message-Id: <20220726033503.65407-12-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/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