bus/vdev: fix a typo in doxygen comment
authorMuhammad Bilal <m.bilal@emumba.com>
Tue, 23 Jun 2020 13:26:02 +0000 (18:26 +0500)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 22 Jul 2020 00:21:11 +0000 (02:21 +0200)
While uninitalizing the driver, the comment was mentioning
initialized instead of uninitalized in description of parameter.

Fixes: 0fe11ec592b2 ("eal: add vdev init and uninit")
Cc: stable@dpdk.org
Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
drivers/bus/vdev/rte_bus_vdev.h

index 2bc4653..78a032c 100644 (file)
@@ -155,7 +155,7 @@ int rte_vdev_init(const char *name, const char *args);
  * Uninitalize a driver specified by name.
  *
  * @param name
- *   The pointer to a driver name to be initialized.
+ *   The pointer to a driver name to be uninitialized.
  * @return
  *  0 on success, negative on error
  */