Re: [dpdk-dev] [PATCH] Fix a doxygen comment of rte_eth_dev_allocate()

2018-08-09 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH] Fix a doxygen comment of rte_eth_dev_allocate()

2018-08-07 Thread 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 de

[dpdk-dev] [PATCH] Fix a doxygen comment of rte_eth_dev_allocate()

2018-08-05 Thread Rami Rosen
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 --- lib/librte_ethdev/rte_ethdev_driver.h | 1 - 1 file changed, 1 deletion(-) diff --git a