* [dpdk-dev] [PATCH] drivers/bus/vdev: corrected a typing error in header file
@ 2020-06-23 13:26 Muhammad Bilal
2020-07-22 0:21 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Muhammad Bilal @ 2020-06-23 13:26 UTC (permalink / raw)
To: hemant.agrawal; +Cc: ferruh.yigit, dev, sthemmin, Muhammad Bilal, jianfeng.tan
Here I have corrected a potential typing mistake in header file.
while Uninitalizing the driver the comment was mentioning
initializing instead of Uninitalizing in despription of parameter
Fixes: d4a586d29e65 ("bus/vdev: move code from EAL into a new driver")
Cc: jianfeng.tan@intel.com
Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
---
drivers/bus/vdev/rte_bus_vdev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bus/vdev/rte_bus_vdev.h b/drivers/bus/vdev/rte_bus_vdev.h
index 2bc46530c..78a032cea 100644
--- 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 uninitialized.
* @return
* 0 on success, negative on error
*/
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] drivers/bus/vdev: corrected a typing error in header file
2020-06-23 13:26 [dpdk-dev] [PATCH] drivers/bus/vdev: corrected a typing error in header file Muhammad Bilal
@ 2020-07-22 0:21 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-07-22 0:21 UTC (permalink / raw)
To: Muhammad Bilal; +Cc: hemant.agrawal, dev, ferruh.yigit, dev, sthemmin
23/06/2020 15:26, Muhammad Bilal:
> Here I have corrected a potential typing mistake in header file.
> while Uninitalizing the driver the comment was mentioning
> initializing instead of Uninitalizing in despription of parameter
>
> Fixes: d4a586d29e65 ("bus/vdev: move code from EAL into a new driver")
> Cc: jianfeng.tan@intel.com
It should be:
Fixes: 0fe11ec592b2 ("eal: add vdev init and uninit")
Cc: mukawa@igel.co.jp
Cc: stable@dpdk.org
> Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
Applied with above change
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-22 0:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23 13:26 [dpdk-dev] [PATCH] drivers/bus/vdev: corrected a typing error in header file Muhammad Bilal
2020-07-22 0:21 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).