From patchwork Fri Jul 22 21:41:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114128 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 48C97A0032; Fri, 22 Jul 2022 23:42:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF33342B95; Fri, 22 Jul 2022 23:41:23 +0200 (CEST) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id E56F742B86 for ; Fri, 22 Jul 2022 23:41:19 +0200 (CEST) Received: by mail-pj1-f44.google.com with SMTP id o5-20020a17090a3d4500b001ef76490983so5266797pjf.2 for ; Fri, 22 Jul 2022 14:41: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=xvPzN5752Ked2eNJgiz9nGaT9XipyIw11OU6JoPzy3s=; b=l569bY5Z2xwYSO9OX5jBGU0e+rh9FwPYikw1oEt9Pb2rSVH1+ojOsecbImZOjZu+b7 IvVo35MACPOE46sjuQX4FrW4SXu6sxQ2dqaPjyN1gvONYYIdAUmcKFMGuN+sVCCCw79h KNwrNzTHNuuCeDwhZ0lafSuNvM8B/Qgep1ZGV2X8FkdKgO0rOJ9wk4NchYxpOFRk/hYY GiV8IoPxhpmuNu/Gr8jaonBCPPhJuQcCEEJisja3Yuu57JTLT6FQ1vG9/1Ap2mwcB/kl EbnkNB+AF4tyVtq5MFeemKWC7Mvuqzo6nNPZN2KdohgOiut5zHQz+CE3N7h3rteKTGRg 6DpA== 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=xvPzN5752Ked2eNJgiz9nGaT9XipyIw11OU6JoPzy3s=; b=IGKlrcKgo7SL4VSSox9+pf4DZ0LdXlcfmuuaH8dOMkX802uqfdxh+oLmxjg/PjaqBR Cj+QUzQ3HPXp1rW2pQybC/5jVjyivwX8qZGQ3OROm2bLzsmWguP6/ETXDK7KjWwEnPJZ 8sfF3WUv/VIklI7cZCb5Pr8+i00CeMj3fvp8h9UbdUytNIuKbOf7j0T5xWoYAO2RuxRz LK29O2IEX1tjkO3T3/bt7UyWEwZY001VoVNRcj0wmts28WRTMqPugAwT7P4rCBirISZ8 M6BlckN3uqtfo0xxPKHYXLWcJxCoSnHQY3hd+M0boBeyRozRdv44wdGpDx3Hm5ajOb7N Zaew== X-Gm-Message-State: AJIora+nBE/0dSnI2xbCf4Gir0doHy8DFx2sBw2NCt3RgP4AWWMzQfhg v5KhAtmjgKmd5zE0clNEmWZMxBZnQHoyBQ== X-Google-Smtp-Source: AGRyM1tG06HxGX5gjeKHEgIy82FUb7MGE81Sw6A+ovufyPTNav5eCgemKV5TuJARBDLnfeYvM7I14g== X-Received: by 2002:a17:903:22d1:b0:16d:43e8:9f72 with SMTP id y17-20020a17090322d100b0016d43e89f72mr1812354plg.28.1658526079029; 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.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:18 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko Subject: [PATCH 10/11] ethdev: fix repeated word in comment Date: Fri, 22 Jul 2022 14:41:05 -0700 Message-Id: <20220722214106.162640-11-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 Replace 'of of' Signed-off-by: Stephen Hemminger --- lib/ethdev/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h index de9e970d4d11..701eac328fe6 100644 --- a/lib/ethdev/rte_ethdev.h +++ b/lib/ethdev/rte_ethdev.h @@ -3356,7 +3356,7 @@ int rte_eth_macaddrs_get(uint16_t port_id, struct rte_ether_addr *ma, /** * Retrieve the contextual information of an Ethernet device. * - * As part of this function, a number of of fields in dev_info will be + * As part of this function, a number of fields in dev_info will be * initialized as follows: * * rx_desc_lim = lim