From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mem: fix incorrect doxygen doc regarding memzones Date: Sun, 06 Dec 2015 22:19:29 +0100 Message-ID: <3168165.4ZttDkr37E@xps13> References: <1447862286-13029-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Gonzalez Monroy, Sergio" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id E9BEE924D for ; Sun, 6 Dec 2015 22:20:41 +0100 (CET) Received: by wmvv187 with SMTP id v187so141104077wmv.1 for ; Sun, 06 Dec 2015 13:20:41 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > We can free memzones now, so remove incorrect doxygen documentation > > stating otherwise. > > > > Fixes: ff909fe21f0a ("mem: introduce memzone freeing") > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: John McNamara Applied, thanks