From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mempool: add missing api parameter documentation Date: Tue, 23 Jun 2015 18:01:37 +0200 Message-ID: <1671313.Gb4zHEGfRT@xps13> References: <1435061267-31388-1-git-send-email-john.mcnamara@intel.com> <5589757E.6030405@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 59679C622 for ; Tue, 23 Jun 2015 18:02:41 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so110370592wic.1 for ; Tue, 23 Jun 2015 09:02:41 -0700 (PDT) In-Reply-To: <5589757E.6030405@6wind.com> 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" 2015-06-23 17:04, Olivier MATZ: > On 06/23/2015 02:07 PM, John McNamara wrote: > > Added Doxygen @param for missing API parameter in > > rte_mempool_obj_iter(), to fix Doxygen warning. Also added > > minor grammar fixes to that function documentation. > > > > Signed-off-by: John McNamara > > Acked-by: Olivier Matz Applied, thanks