ethdev: fix a doxygen comment for port allocation
authorRami Rosen <rami.rosen@intel.com>
Sun, 5 Aug 2018 20:03:28 +0000 (23:03 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 9 Aug 2018 15:53:34 +0000 (17:53 +0200)
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.

Fixes: 6751f6deb798 ("ethdev: get rid of device type")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_ethdev/rte_ethdev_driver.h

index e2426af..c6d9bc1 100644 (file)
@@ -38,7 +38,6 @@ struct rte_eth_dev *rte_eth_dev_allocated(const char *name);
  * 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;
  */