From patchwork Thu Sep 9 17:56:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98451 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 A013EA0547; Thu, 9 Sep 2021 19:56:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BDB4141123; Thu, 9 Sep 2021 19:56:56 +0200 (CEST) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 5A5D54111F for ; Thu, 9 Sep 2021 19:56:54 +0200 (CEST) Received: by mail-pf1-f176.google.com with SMTP id x7so2427758pfa.8 for ; Thu, 09 Sep 2021 10:56:54 -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=oM1TTjSMSkZ1Mr8zZJv182ey2qNRtTrUK/hPF9rcDfc=; b=uLq6HIDi5gUoby+aI54T8/plMmGqZeL3ljJUwblP4x6USWePB8/jNvjE6Cd0jmL4rX MuU8Bg0AC/XDDJOsaNcy2n7Jw61LCf0jSxPGI5w6ROQXoyzH1FNwOrWrnOOXUu9tdtey F1vK9POVnikmjbwwbebe7yr/o2OddQygHqWPs4YINU/VKjejbbR3bqRLuEZCw2+bWGMl IsqhIucnkyltDJi8iwqyZH8GOMedLxtfhjJP/apQIQTGxodsz05HmMkEjlAQBW3XCjX8 5QDY3oZBDMxgAEftiudURrWSk5zrSqCvB2rDhHZdAzaTANUgLSZKyow6YTpt4AFq/Rz4 xHSg== 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=oM1TTjSMSkZ1Mr8zZJv182ey2qNRtTrUK/hPF9rcDfc=; b=5bGnskf3FVFZagRqJl/PNy9bq4/2Uc6T6rhbFMwR2y0CJ8nYyJYEfx4LnNWjflv0hz QKx9B4+5f3/0AYdQNcB1wLLduwNE5uRLT3bE516xUM6E2KuWs6855XDxXKRcvlxA6UAc pQeDLE2hkrcEiygULbXdloEmq/qf9dWNE0kj4SYyI9mXoHNj4mkIpKaaJYpjywt76f3U N1FOkY/xXCJdE9uIV2KAjZoiPiNqtR42+QLsQvF3sUMWDaEkTL8w0dEguLcssLmOoTna r7JCMu2gRWvXBXd7S2ju347caNcTqpV2KkpESIp2U8kjx8EPZeYKAZZtGphh3Nfv/kCJ UISw== X-Gm-Message-State: AOAM530Q1T5PQbXjENI2rvILcaQwSpJeK3jfA92jAN7OuaKkH0WUYTVT Wq5FqgWtMJI2OejGtwbVCJn91TK3SOBueQ== X-Google-Smtp-Source: ABdhPJxH11KZvFcypmtR0iDdbeyehxI9JwkBRh3/AI8LNGv0CXmSozn+C48bzacNj6ignxwVB8BXmw== X-Received: by 2002:aa7:8199:0:b0:3fc:ae11:badd with SMTP id g25-20020aa78199000000b003fcae11baddmr4291219pfi.12.1631210212949; Thu, 09 Sep 2021 10:56:52 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v25sm2772977pfm.202.2021.09.09.10.56.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 10:56:51 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 10:56:31 -0700 Message-Id: <20210909175648.174258-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909175648.174258-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 01/18] node: fix typos 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 Sender: "dev" Spelling errors in comments including doxygen Signed-off-by: Stephen Hemminger --- lib/node/ethdev_rx_priv.h | 2 +- lib/node/ethdev_tx_priv.h | 2 +- lib/node/ip4_rewrite_priv.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/node/ethdev_rx_priv.h b/lib/node/ethdev_rx_priv.h index efcd66dd4817..76cf77d60315 100644 --- a/lib/node/ethdev_rx_priv.h +++ b/lib/node/ethdev_rx_priv.h @@ -71,7 +71,7 @@ struct ethdev_rx_node_main *ethdev_rx_get_node_data_get(void); * * Get the Ethernet Rx node. * - * @retrun + * @return * Pointer to the Ethernet Rx node. */ struct rte_node_register *ethdev_rx_node_get(void); diff --git a/lib/node/ethdev_tx_priv.h b/lib/node/ethdev_tx_priv.h index 586bff44a737..9ced520bd209 100644 --- a/lib/node/ethdev_tx_priv.h +++ b/lib/node/ethdev_tx_priv.h @@ -50,7 +50,7 @@ struct ethdev_tx_node_main *ethdev_tx_node_data_get(void); * * Get the Ethernet Tx node. * - * @retrun + * @return * Pointer to the Ethernet Tx node. */ struct rte_node_register *ethdev_tx_node_get(void); diff --git a/lib/node/ip4_rewrite_priv.h b/lib/node/ip4_rewrite_priv.h index 80f0abdc94eb..036469746b29 100644 --- a/lib/node/ip4_rewrite_priv.h +++ b/lib/node/ip4_rewrite_priv.h @@ -53,7 +53,7 @@ struct ip4_rewrite_node_main { * * Get the ipv4 rewrite node. * - * @retrun + * @return * Pointer to the ipv4 rewrite node. */ struct rte_node_register *ip4_rewrite_node_get(void);