[dpdk-stable] patch 'bus/vdev: fix a typo in doxygen comment' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 14:00:21 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/26/20. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Luca Boccassi

---
>From 0d3e57510c33c266677af1cc474f37ccceee7816 Mon Sep 17 00:00:00 2001
From: Muhammad Bilal <m.bilal at emumba.com>
Date: Tue, 23 Jun 2020 18:26:02 +0500
Subject: [PATCH] bus/vdev: fix a typo in doxygen comment

[ upstream commit 71ee0b90289a90218fa510908362392a393531b0 ]

While uninitalizing the driver, the comment was mentioning
initialized instead of uninitalized in description of parameter.

Fixes: 0fe11ec592b2 ("eal: add vdev init and uninit")

Signed-off-by: Muhammad Bilal <m.bilal at 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.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:55.608430362 +0100
+++ 0183-bus-vdev-fix-a-typo-in-doxygen-comment.patch	2020-07-24 12:53:48.603012347 +0100
@@ -1,13 +1,14 @@
-From 71ee0b90289a90218fa510908362392a393531b0 Mon Sep 17 00:00:00 2001
+From 0d3e57510c33c266677af1cc474f37ccceee7816 Mon Sep 17 00:00:00 2001
 From: Muhammad Bilal <m.bilal at emumba.com>
 Date: Tue, 23 Jun 2020 18:26:02 +0500
 Subject: [PATCH] bus/vdev: fix a typo in doxygen comment
 
+[ upstream commit 71ee0b90289a90218fa510908362392a393531b0 ]
+
 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 at dpdk.org
 
 Signed-off-by: Muhammad Bilal <m.bilal at emumba.com>
 ---


More information about the stable mailing list