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 17:46:33 +0200 Message-ID: <1802923.SXveGCn6i6@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-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id CDB22C604 for ; Tue, 23 Jun 2015 17:47:37 +0200 (CEST) Received: by wgqq4 with SMTP id q4so13397440wgq.1 for ; Tue, 23 Jun 2015 08:47:37 -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