bus/vdev: fix a typo in doxygen comment
While uninitalizing the driver, the comment was mentioning
initialized instead of uninitalized in description of parameter.
Fixes: 0fe11ec592
("eal: add vdev init and uninit")
Cc: stable@dpdk.org
Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
This commit is contained in:
parent
d9f94a9295
commit
71ee0b9028
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user