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

Rami Rosen rami.rosen at intel.com
Sun Aug 5 22:03:28 CEST 2018


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 <rami.rosen at intel.com>
---
 lib/librte_ethdev/rte_ethdev_driver.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_ethdev/rte_ethdev_driver.h b/lib/librte_ethdev/rte_ethdev_driver.h
index e2426af..c6d9bc1 100644
--- a/lib/librte_ethdev/rte_ethdev_driver.h
+++ b/lib/librte_ethdev/rte_ethdev_driver.h
@@ -38,7 +38,6 @@
  * to that slot for the driver to use.
  *
  * @param	name	Unique identifier name for each Ethernet device
- * @param	type	Device type of this Ethernet device
  * @return
  *   - Slot in the rte_dev_devices array for a new device;
  */
-- 
1.9.1



More information about the dev mailing list