[dpdk-stable] patch 'bus/vmbus: fix comment spelling' has been queued to LTS release 18.11.9

Kevin Traynor ktraynor at redhat.com
Fri Jun 5 20:24:32 CEST 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.9

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/10/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.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/1c5ddc784f8d7c925e1df89c86b4d5325f3fdb64

Thanks.

Kevin.

---
>From 1c5ddc784f8d7c925e1df89c86b4d5325f3fdb64 Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Thu, 30 Apr 2020 12:08:48 -0700
Subject: [PATCH] bus/vmbus: fix comment spelling

[ upstream commit 3a185ff42e7f147b7125fb1d718d349baa4f1aef ]

No code change here.

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 drivers/bus/vmbus/linux/vmbus_uio.c | 2 +-
 drivers/bus/vmbus/vmbus_common.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/bus/vmbus/linux/vmbus_uio.c b/drivers/bus/vmbus/linux/vmbus_uio.c
index 7cab5c19f4..308ba00893 100644
--- a/drivers/bus/vmbus/linux/vmbus_uio.c
+++ b/drivers/bus/vmbus/linux/vmbus_uio.c
@@ -167,5 +167,5 @@ vmbus_uio_map_resource_by_index(struct rte_vmbus_device *dev, int idx,
 	vmbus_map_addr = RTE_PTR_ADD(mapaddr, size);
 
-	/* Record result of sucessful mapping for use by secondary */
+	/* Record result of successful mapping for use by secondary */
 	maps[idx].addr = mapaddr;
 	maps[idx].size = size;
diff --git a/drivers/bus/vmbus/vmbus_common.c b/drivers/bus/vmbus/vmbus_common.c
index 48a219f735..3adef01c95 100644
--- a/drivers/bus/vmbus/vmbus_common.c
+++ b/drivers/bus/vmbus/vmbus_common.c
@@ -132,5 +132,5 @@ vmbus_probe_one_driver(struct rte_vmbus_driver *dr,
 
 /*
- * IF device class GUID mathces, call the probe function of
+ * If device class GUID matches, call the probe function of
  * registere drivers for the vmbus device.
  * Return -1 if initialization failed,
-- 
2.21.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-06-05 19:20:52.771144216 +0100
+++ 0035-bus-vmbus-fix-comment-spelling.patch	2020-06-05 19:20:50.772041677 +0100
@@ -1 +1 @@
-From 3a185ff42e7f147b7125fb1d718d349baa4f1aef Mon Sep 17 00:00:00 2001
+From 1c5ddc784f8d7c925e1df89c86b4d5325f3fdb64 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 3a185ff42e7f147b7125fb1d718d349baa4f1aef ]
+
@@ -15 +17 @@
-index 10e50c9b5a..5451bfd150 100644
+index 7cab5c19f4..308ba00893 100644
@@ -18 +20 @@
-@@ -166,5 +166,5 @@ vmbus_uio_map_resource_by_index(struct rte_vmbus_device *dev, int idx,
+@@ -167,5 +167,5 @@ vmbus_uio_map_resource_by_index(struct rte_vmbus_device *dev, int idx,



More information about the stable mailing list