git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f94a9
)
bus/vdev: fix a typo in doxygen comment
author
Muhammad Bilal
<m.bilal@emumba.com>
Tue, 23 Jun 2020 13:26:02 +0000
(18:26 +0500)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/drivers/bus/vdev/rte_bus_vdev.h
b/drivers/bus/vdev/rte_bus_vdev.h
index
2bc4653
..
78a032c
100644
(file)
--- a/
drivers/bus/vdev/rte_bus_vdev.h
+++ b/
drivers/bus/vdev/rte_bus_vdev.h
@@
-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
un
initialized.
* @return
* 0 on success, negative on error
*/