From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E71A4A0555 for ; Wed, 19 Feb 2020 12:27:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9DD6A3B5; Wed, 19 Feb 2020 12:27:00 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C0A9B3B5; Wed, 19 Feb 2020 12:26:59 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5BB8A21BA9; Wed, 19 Feb 2020 06:26:58 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 19 Feb 2020 06:26:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=rrN/GhCdPissLxWc9e6EhZc Z1nNgj04S7kANbayLY5A=; b=jdkE5bmVYs8lWAiRsoOeGjzfU0jJzNH1+PmPJpf XP6of+jZ3TdER/xF+D2PEqhcB3Hhvg+wt59L9UfRu+BXHyA8uS36cSlm4eLNDTjf G8FQzubW9MRxo7a/xQFhpLNPOK9U8My1U8vt4BnYj89NQi5iqCAm/moRyNNWAasI vDZ4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=rrN/GhCdPissLxWc9 e6EhZcZ1nNgj04S7kANbayLY5A=; b=KiTG1ZbllEJbouQZYrJmwDlGScQ6IlOVt fAPnzHXNFMCzLt7R7w4qX67UCxPb/0kNiks7PW4yQ1vdu+cNRxxUOi5X5DfiNYju V7IQSijlVoixR1YbU3fLqMiZBiSRAnQOXmeVZg5GSztTnt6/h78A6Dg63+eMc8o9 UyL0dgRWlrSpHQ5eGzcpXmgvXxhzWO21a0dhPRvrSLjBiNm3VXdxflrqsa8yMcsK e6CZao17cOcR+ZUNSiLw2lUQhGOp37NSHBHVP59ucT+CONRu1ByCdTxLH0b6qAUT l0D8wesbPkdocl20VEP4fhGxmQzC+LvPLNYRpyaRV8gzbTPOmIQvQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkedtgddvkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomhepvfhhohhmrghsucfo ohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepje ejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghm pehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 093163280066; Wed, 19 Feb 2020 06:26:56 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: stable@dpdk.org, Konstantin Ananyev , Bernard Iremonger , Vladimir Medvedkin , Mohammad Abdul Awal , Akhil Goyal , Declan Doherty Date: Wed, 19 Feb 2020 12:26:50 +0100 Message-Id: <20200219112650.2260407-1-thomas@monjalon.net> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH] test/ipsec: fix a typo in function name X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" The name of the static function check_cryptodev_capablity() is fixed for the word "capability". There is no functional change. The same typo is fixed in a comment in ip_fragmentation example. Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") Cc: stable@dpdk.org Signed-off-by: Thomas Monjalon --- app/test/test_ipsec.c | 4 ++-- examples/ip_fragmentation/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/test/test_ipsec.c b/app/test/test_ipsec.c index 7dc83fee7e..9e14472938 100644 --- a/app/test/test_ipsec.c +++ b/app/test/test_ipsec.c @@ -237,7 +237,7 @@ fill_crypto_xform(struct ipsec_unitest_params *ut_params, } static int -check_cryptodev_capablity(const struct ipsec_unitest_params *ut, +check_cryptodev_capability(const struct ipsec_unitest_params *ut, uint8_t dev_id) { struct rte_cryptodev_sym_capability_idx cap_idx; @@ -302,7 +302,7 @@ testsuite_setup(void) /* Find first valid crypto device */ for (i = 0; i < nb_devs; i++) { - rc = check_cryptodev_capablity(ut_params, i); + rc = check_cryptodev_capability(ut_params, i); if (rc == 0) { ts_params->valid_dev = i; ts_params->valid_dev_found = 1; diff --git a/examples/ip_fragmentation/main.c b/examples/ip_fragmentation/main.c index 104612339c..28febf49e7 100644 --- a/examples/ip_fragmentation/main.c +++ b/examples/ip_fragmentation/main.c @@ -646,7 +646,7 @@ check_all_ports_link_status(uint32_t port_mask) } } -/* Check L3 packet type detection capablity of the NIC port */ +/* Check L3 packet type detection capability of the NIC port */ static int check_ptype(int portid) { -- 2.25.0