From patchwork Mon Jul 1 18:25:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55813 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B075C1BABD; Mon, 1 Jul 2019 20:26:20 +0200 (CEST) Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 786841B9D5 for ; Mon, 1 Jul 2019 20:26:03 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id 81so6958429pfy.13 for ; Mon, 01 Jul 2019 11:26:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=PhPQb4bwPTcpHaH3VnNsWXPmYoRopirCf5RSugLhSco=; b=tAMX3O8IXDyCCLtGIwO8bdAeuzUnebW3gLPAhycQ9QrIV7CunJzlfSp1AjrsphoPHn blQjSzfi6noRdg0/UeE8VERJWX9YtEydXpDHdpHKijdaf63EZwcuZyI4JwEkgwXaVLbI ZQcBqF3s7x0nFyuQLWjwferCXzCvGc4dSwVBvv2M2Y6Vr3Vl6eXtSqR5sozxlCBBfmuZ /ZDLO+MuMo1jtA3/c/vgp+lxx6iYHBtcu89WOEh133vhnyMaG47hA0aSzD6gmcpbiVbI 5Ng+pkuYlPdLafQHmWlUo6V5URC4dCXlkX0EsbWoUn2x/H/JHQQ/msfAFce6StUKLGQw vFkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PhPQb4bwPTcpHaH3VnNsWXPmYoRopirCf5RSugLhSco=; b=GtIOtBWCKmePygnGkitiqZYDRrfR2y1x4fS/5zkUzLyiEeIDxEuCXtU5qrnJ6T+mXY G3DyzCblwA35/b5shTsyCOm2CfKd+qLSXshLfcJkCfX4F2HUT38+Au+rDxnPcrsHDfb7 owLpfqHkxX31Ng5hd7v4Gt5fiCKunOKeI5eqGMF6CHCp5xSGdj2AZbMaWeEEj9PEg2Lv gVv9kPt/p/AzFOzB0mNVvZ+YFJHNnGfuooaJ60gJSkgC0u29CUQZ3mm/Ovqd1BI/XhnK pmjBK5v7EekDOo4FZ+ORGuLS97zX2tRxbgNlj5+GRhketnrE3/1xXH1BuBIipOSDUkOv RZZQ== X-Gm-Message-State: APjAAAX+Zy6umYVKawpGus+ZXp87obzj9/cm/hkGyOLm/L03orMZ3SiH HyAGF9YX8WObSIU8Do1fb2NtY5zV X-Google-Smtp-Source: APXvYqz9fYsYHMzg8l0XBp2ZuSp5WXUlvS8QPvcc8xLQ+WsOkKVlAcmPm8QNgDESZF3Ws1D538l0/Q== X-Received: by 2002:a17:90b:f0e:: with SMTP id br14mr671862pjb.117.1562005562438; Mon, 01 Jul 2019 11:26:02 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 12sm11397340pfi.60.2019.07.01.11.26.01 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:26:01 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:22 -0700 Message-Id: <20190701182536.20110-17-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190701182536.20110-1-stephen@networkplumber.org> References: <20190701182536.20110-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 16/30] examples/ethtool: fix spelling errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Spelling errors found by codespell. Signed-off-by: Stephen Hemminger Signed-off-by: Stephen Hemminger --- examples/ethtool/lib/rte_ethtool.c | 2 +- examples/ethtool/lib/rte_ethtool.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ethtool/lib/rte_ethtool.c b/examples/ethtool/lib/rte_ethtool.c index 571c4e5aa52c..ec543055e483 100644 --- a/examples/ethtool/lib/rte_ethtool.c +++ b/examples/ethtool/lib/rte_ethtool.c @@ -376,7 +376,7 @@ rte_ethtool_net_set_rx_mode(uint16_t port_id) rte_eth_dev_info_get(port_id, &dev_info); num_vfs = dev_info.max_vfs; - /* Set VF vf_rx_mode, VF unsupport status is discard */ + /* Set VF vf_rx_mode, VF unsupported status is discard */ for (vf = 0; vf < num_vfs; vf++) { #ifdef RTE_LIBRTE_IXGBE_PMD rte_pmd_ixgbe_set_vf_rxmode(port_id, vf, diff --git a/examples/ethtool/lib/rte_ethtool.h b/examples/ethtool/lib/rte_ethtool.h index f17709663644..d27e0102b1ca 100644 --- a/examples/ethtool/lib/rte_ethtool.h +++ b/examples/ethtool/lib/rte_ethtool.h @@ -189,7 +189,7 @@ int rte_ethtool_get_module_eeprom(uint16_t port_id, /** * Retrieve the Ethernet device pause frame configuration according to - * parameter attributes desribed by ethtool data structure, + * parameter attributes described by ethtool data structure, * ethtool_pauseparam. * * @param port_id @@ -209,7 +209,7 @@ int rte_ethtool_get_pauseparam(uint16_t port_id, /** * Setting the Ethernet device pause frame configuration according to - * parameter attributes desribed by ethtool data structure, ethtool_pauseparam. + * parameter attributes described by ethtool data structure, ethtool_pauseparam. * * @param port_id * The port identifier of the Ethernet device.