From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=M69InFaxTxRiqdzZaTXQTohsTJez93oafwzlvKivu+0=; b=XMfWLzZKjMAtaGG9vhW4TBKbyMrkhHbmgFrhLTKLuWFORz3tsflJnPCKBrv+QRHhqv 0orqIUOO7xA17/dLaelzG+qi+/SNE2jQmee/nc5MvqoyHnixSJP5yoZO8KMcERfMxZjA SI0HYz9ZI+vzQlHQH+cOhJ8YpvnugEZ7Sut43NrjN0SQNZrcEejHSqJDNhIC3BMSu2hY b4g4Ig4keqymgVWuyaYDVsk0EKW4F5mo8Kg89TgB6Cj5A0WoE5tkLpj0rcwDS93+dfTf NdvEMRfyanORwFInbEHQcpmcFd5e7EZ5F//dCYE4lsvMU1mubfoJxWiB+M9mkV3EH3pe n0EQ== X-Gm-Message-State: ALoCoQntVYkd/O9dMkW3QdN93H97W5FZEZD9uvkLR8fLrYbY/ShoEXSvpEzLG1MdO/J75fkD+ERE X-Received: by 10.180.228.6 with SMTP id se6mr4740506wic.33.1435075361284; Tue, 23 Jun 2015 09:02:41 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n8sm22991629wiy.19.2015.06.23.09.02.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jun 2015 09:02:40 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Tue, 23 Jun 2015 18:01:37 +0200 Message-ID: <1671313.Gb4zHEGfRT@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <5589757E.6030405@6wind.com> References: <1435061267-31388-1-git-send-email-john.mcnamara@intel.com> <5589757E.6030405@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mempool: add missing api parameter documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 16:02:41 -0000 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