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 914C8A0093 for ; Tue, 19 May 2020 11:53:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6CCBA1D15E; Tue, 19 May 2020 11:53:41 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 248571D15E; Tue, 19 May 2020 11:53:40 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 1F4ACA31; Tue, 19 May 2020 05:53:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Tue, 19 May 2020 05:53:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= ztR6cjTDhls03ZtfPfqsiku6/8abbS1S/G3FTPpJZPc=; b=CIm8QN2k8BW9ejaM PhZKBn+DmZbLzYcjWnecDlgpSThZC1d2EsJqF1sjU2W9bCVbYJwHYStZrESXl3Wl VCti7OaeqyrtcCNDn/PqEiEhCi+cKx4o4a65kMIPitxUycHndwqznXTpHQ+Qjn5B OaWRMzDhGxwUH64pfW1de/2jrzryJys7YQGKHQeBwQqoKqLwKEL3QmjWBwj/bakh s8GTGcJXpdgcFbpHRenaLBOWrvKgINk5n01JZO/5OGazD/pmbyMBzm+YupDDlN4q v8WQHDQFLfUVqo9J7xUi8ITO7PXg01UurJJhn594E07wDlVT148PHpY6WXl+ZLce 3MHCUQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=ztR6cjTDhls03ZtfPfqsiku6/8abbS1S/G3FTPpJZ Pc=; b=Iqyoo6rk4kBkQ89Zu9XHnhlDwELL0amMXruBMVQ1+eFwRVYb6mm9bBgj+ 35qnrlHJk6a0drLG+YXkgdZftXlRyDwpNQA33UyhqID3OiOdFGXyLsuXPgoASATB vbzvdEUk9VbOzfDqnkrJDmQOL+zpoQu2Wqby32msqaEOiCBh6Gmx0Rr00Uhhg88w IVLIZfmtJtVFNAVF55d1rKcjctU+zFtuXIyEmZW4EhJ7edn+/Ge2DhniyUc7WEdZ iRi5moxIEbnesMbqG57PjbcHH6qiL1O0kVqLtLc6HBAYBCs2oSZyoOD6Ab1NubEW nXySuJw8p7KUlnY2N8K3csxrtowdQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddtjedgvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 23C513280059; Tue, 19 May 2020 05:53:37 -0400 (EDT) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org, stable@dpdk.org Date: Tue, 19 May 2020 11:53:34 +0200 Message-ID: <1703366.FMhQkTaH9n@thomas> In-Reply-To: <20200513104229.45900-1-grive@u256.net> References: <20200513104229.45900-1-grive@u256.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v1] kvargs: fix strcmp helper documentation 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" 13/05/2020 12:42, Gaetan Rivet: > Minor error, unless was used instead of unlike. > > Cc: stable@dpdk.org > Fixes: a3b85476c51e ("kvargs: add generic string matching callback") > Signed-off-by: Gaetan Rivet Applied, thanks