From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] Fix a doxygen comment of rte_eth_dev_allocate() Date: Tue, 7 Aug 2018 16:44:55 +0100 Message-ID: <7f6714f5-54ba-c202-521d-63568fe16c6b@intel.com> References: <1533499408-12931-1-git-send-email-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: arybchenko@solarflare.com, David Marchand To: Rami Rosen , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2CC32FEB for ; Tue, 7 Aug 2018 17:45:11 +0200 (CEST) In-Reply-To: <1533499408-12931-1-git-send-email-rami.rosen@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Acked-by: Ferruh Yigit