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 C1790A0487 for ; Fri, 5 Jul 2019 15:19:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B4B2A1B9AA; Fri, 5 Jul 2019 15:19:38 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 495D21BE7F; Fri, 5 Jul 2019 15:19:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BCF4221B2C; Fri, 5 Jul 2019 09:19:34 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 05 Jul 2019 09:19:34 -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=mesmtp; bh=px7MDm85iOxSdIu4BXnlGgN/AmhJmg1cLc0eqHxGTB4=; b=SCj0vH82P/eG OIk2bcQ4fn8ztGFsGhw81kJmn70OuqHA9eSWycHMpCnJXR8Upao7vGe8nRB6yXNZ JdEMaLIDdpwijWWywEzWdo2K0cRsLOgCrqohDEFrtP364En7pRoZv0eKNL/yLsq2 jW5MCh0CQigunk7A/+mwenSbqDRKR8Q= 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=fm3; bh=px7MDm85iOxSdIu4BXnlGgN/AmhJmg1cLc0eqHxGT B4=; b=Eqgbkx+4ygcTy1UPMR9vM4J1HeCjNOtS3VX2lOiyv+Zp2Cgyjmynx5hVZ TWQd1xfDq/mtn5vfwYUxA+2e6NL7NBts6XpcAnPYhKlfow5yPCDWMED6pyueZr9Q KAZSQ+XwVmc3SImPf37E9fRZOB3i8quxfjmfEryZxywbl5TG1ai2QC0YxMmYQYXb lBIZiMP6QA4La5xq/pQ3tzVTkWZcTGqN4jq+t5AA4h+3unLfrZs19SdyDZAfjlUt GTc/kCJe29QFIXUsUF94OOnKouWwA06Kid74Y6CRXAluidV3etFrQZwJ9p4+hSs4 M0/xRf8HeOjWseQmPrvavd2PwU3Lw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeeggdeifecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 C72A78005A; Fri, 5 Jul 2019 09:19:33 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, "Burakov, Anatoly" , stable@dpdk.org Date: Fri, 05 Jul 2019 15:19:31 +0200 Message-ID: <6275902.95UmEs8JPZ@xps> In-Reply-To: <2e45b42c-6f1a-9ecf-8ef5-a1c93fa93690@intel.com> References: <1562318322-30363-1-git-send-email-david.marchand@redhat.com> <2e45b42c-6f1a-9ecf-8ef5-a1c93fa93690@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] mem: fix typo in API description 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" 05/07/2019 11:48, Burakov, Anatoly: > On 05-Jul-19 10:18 AM, David Marchand wrote: > > Fixes: 552afc420a67 ("mem: add contig walk function") > > Cc: stable@dpdk.org > > > > Signed-off-by: David Marchand > > Acked-by: Anatoly Burakov Applied, thanks