From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] Fix a doxygen comment of rte_eth_dev_allocate() Date: Thu, 09 Aug 2018 17:56:02 +0200 Message-ID: <5143577.O2rI8inBr8@xps> References: <1533499408-12931-1-git-send-email-rami.rosen@intel.com> <7f6714f5-54ba-c202-521d-63568fe16c6b@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , arybchenko@solarflare.com, David Marchand , stable@dpdk.org To: Rami Rosen Return-path: In-Reply-To: <7f6714f5-54ba-c202-521d-63568fe16c6b@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/08/2018 17:44, Ferruh Yigit: > On 8/5/2018 9:03 PM, Rami Rosen wrote: > > This patch fixes a doxygen comment of the rte_eth_dev_allocate() > > method. There is no parameter named "type" for this > > method; so this patch removes the doxygen comment about it. > > > > Signed-off-by: Rami Rosen > > Fixes: 6751f6deb798 ("ethdev: get rid of device type") > Cc: david.marchand@6wind.com Cc: stable@dpdk.org > Acked-by: Ferruh Yigit title: ethdev: fix a doxygen comment for port allocation Applied, thanks