From patchwork Fri Jul 22 21:41:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114129 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9587BA0032; Fri, 22 Jul 2022 23:42:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C3FF942B99; Fri, 22 Jul 2022 23:41:24 +0200 (CEST) Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by mails.dpdk.org (Postfix) with ESMTP id 00E9D42B8E for ; Fri, 22 Jul 2022 23:41:20 +0200 (CEST) Received: by mail-pg1-f174.google.com with SMTP id bf13so5380382pgb.11 for ; Fri, 22 Jul 2022 14:41:20 -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=3r8rGlJiaJIni+QqQrAgtoElOUlo2uFuHDMnuYEdrOw=; b=SuIqtD768drSJ/9Akm/B6CJ19ft/3KmOXfJrSa2227+xNuXty09JPfQrKW7qYxNdkB kJI43IlL/mdMExoSbS8OszgYpP553viHheKZdw3AfwrPF7AwYr9qnIaFnK8ufMO0+JdB fc9m9uXIilF21eY67lx4Ox6WNjkAt2O+Jowc0pPGPdOeM7H6QKj5pIr3+qDrDqMKRc7B XjmvwvAzBak73iUhC++k8+li7mr/u8evkiD5JDlQGX+ax3P2dKB/q9cvdF582v7wvQbO zwoP+TGlnrVx5FjWyPV0Yv9p0aXptwGiaT3GqERHZYZxVKP7PqxWm7Dr5kY+zEntdx8M KeOQ== 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=3r8rGlJiaJIni+QqQrAgtoElOUlo2uFuHDMnuYEdrOw=; b=SoTJiHOJUqP9gpmnqIT1r6mSnktx8L1+4brOzv5O2uAjOvjF4/JSlVc++B3yQFBskb lJK3C2k1jzL6IfhMEArwtdWGrSURV1/ZvFuXcnng8X+Y90WF0PkeV2CzyA/T3YDZPU+s xVL7+GBq8AnJIUUp9tkDvBfHUP3N5tVVVY3+m9urUjcmwDVGRE92tql3ByhtxoBQqrOh 8uGZxvKhhftYqfJiWwNjnNl3cZdj22YD8hU4c2bOWCeO5ZniUuW2ElM6h6VIRAcOZgFi r4J8j5aYe5WZwfhFhDKvI3yfBmu6NEUlyPKAB5ynJOtNvnIXXoiGZoidWuZKoED0fkYs vqzQ== X-Gm-Message-State: AJIora8iB7873yd0PYVZyYyjR1PyaY1njjGNp0u/hA+5o09pqkKoK+7R b3Mx0VA6LA13PdNskMRsrx0zjHOJ7Fwncg== X-Google-Smtp-Source: AGRyM1u19koq4iVLOTj6PFANRfUUN+GHfGI8nA1oEgQkzUjxwqlbih73I68HC8EeTkUS1Vu34n0Kvw== X-Received: by 2002:a05:6a00:1622:b0:52b:c3a8:b304 with SMTP id e2-20020a056a00162200b0052bc3a8b304mr1827913pfc.22.1658526079994; Fri, 22 Jul 2022 14:41:19 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:19 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rahul Lakkireddy Subject: [PATCH 11/11] cxgbe: replace 'or or' in comment Date: Fri, 22 Jul 2022 14:41:06 -0700 Message-Id: <20220722214106.162640-12-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-1-stephen@networkplumber.org> MIME-Version: 1.0 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 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 {