From patchwork Thu Oct 14 21:56:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 101693 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 1C187A0C43; Thu, 14 Oct 2021 23:56:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 326354115B; Thu, 14 Oct 2021 23:56:40 +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 27E174115A for ; Thu, 14 Oct 2021 23:56:38 +0200 (CEST) Received: by mail-pf1-f176.google.com with SMTP id c29so6669798pfp.2 for ; Thu, 14 Oct 2021 14:56:38 -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=ewZEWCcD7IJG6oSB0m6CFBywltlygsOX8dWuiKqUCG4=; b=d1nUkTOrvRpw+FvtwWeJayu8GYhHsJDbwMnJkb3o6jUrGJKsscmH30CdNvAc+p27OB 5kfIWGSZ8jI2vK1c/b1SAcXptpvg/aDwYFq/KLwqjbCqDHn7pCNE5EbaXsmUp4faIfG2 JpxE6+T9pdKpz+KK4+8a/XcttCMoL0pSbvNbaerZjkZ9m92B7oOBnvIQSeam6n2CyspQ NWJb+A8x19J1VuHRLyY8s44Llve0KJeWIi9+Ffq1jl2SVSLB2I+24wlEJdtasHWU3ItK Ln2O4rQ8FyRU2swkuBfYa/ak28PJS4GTJ8Qv2Bo/nQyhAaPx/UH+HrUAHgK2uAGVtLUa Ilsw== 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=ewZEWCcD7IJG6oSB0m6CFBywltlygsOX8dWuiKqUCG4=; b=fqqD6yY/tvASTPD8MG0l/HC2kcwyISfsipcQbbHgEsFmiGUfhVUnndB+LWcUNinGbu xUqmVlx+unUUhCtfrI2l2mkS2l6aoQ9RKsCCeiZ+bb9ivUT/yKGJKGtX0h0fYW5UcfPG UF9AhbEE/0s5S2q3KlyhiGIgUWzD7Qi0R+tFxfVWlmu9ZGULbbg2j6wDU3zu5g+OdZeO fp8dHjWsvPLdJ96dc8ye6Tih7WRS2yan3dLHvyQD9n/F94rYC9B8pdLAGJven9n+SXxM +Mf/CbvqKSpWEI6t7DLnFnOU4jGOezaV9P+tqWsQ2VmTkmdyeHIk8I2/GMzo0+LAPyhJ eSGQ== X-Gm-Message-State: AOAM5335YuXDW7yfe/fzVAX3f6c10u8nSdBy+2QbvxHTBMZcR9O72/9V X8qQ8R9HJGJphsIWRetShacFhfFOsN8vvw== X-Google-Smtp-Source: ABdhPJxhv7pW6jxlBNjiekb/wil8fMFFkx4YhXmuobVd2LMn4PFxbfQv4igE7qUHvBPSA6USZbkUag== X-Received: by 2002:a62:3387:0:b0:44d:7ec:906a with SMTP id z129-20020a623387000000b0044d07ec906amr8029469pfz.69.1634248597027; Thu, 14 Oct 2021 14:56:37 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id h13sm3076741pgf.14.2021.10.14.14.56.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 14:56:36 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Nithin Dabilpuram , Pavan Nikhilesh Date: Thu, 14 Oct 2021 14:56:14 -0700 Message-Id: <20211014215631.181747-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211014215631.181747-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211014215631.181747-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 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 21dcba51fc47..7f24cf962e55 100644 --- a/lib/node/ethdev_rx_priv.h +++ b/lib/node/ethdev_rx_priv.h @@ -67,7 +67,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 e3a6fdb8afc6..93744df56afb 100644 --- a/lib/node/ethdev_tx_priv.h +++ b/lib/node/ethdev_tx_priv.h @@ -46,7 +46,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 a1fb8668c543..5105ec1d296f 100644 --- a/lib/node/ip4_rewrite_priv.h +++ b/lib/node/ip4_rewrite_priv.h @@ -49,7 +49,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);