patch 'test/power: fix typo in error message' has been queued to stable release 22.11.5

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Mar 25 13:08:22 CET 2024


Hi,

FYI, your patch has been queued to stable release 22.11.5

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

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/f4e263b02469c36ca39262532368c88ddcb9990c

Thanks.

Luca Boccassi

---
>From f4e263b02469c36ca39262532368c88ddcb9990c Mon Sep 17 00:00:00 2001
From: Fidel Castro <fidelcastro.s at hotmail.com>
Date: Thu, 21 Mar 2024 18:35:52 -0400
Subject: [PATCH] test/power: fix typo in error message

[ upstream commit 4e335241a44cf8e3a34c0549293ca73d272b6c05 ]

Caught by codespell.

Fixes: 2653bee888b4 ("test/power: check all environment types")

Signed-off-by: Fidel Castro <fidelcastro.s at hotmail.com>
---
 .mailmap              | 1 +
 app/test/test_power.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index cf3646b563..a6992311ba 100644
--- a/.mailmap
+++ b/.mailmap
@@ -390,6 +390,7 @@ Fengtian Guo <fengtian.guo at 6wind.com>
 Ferdinand Thiessen <rpm at fthiessen.de>
 Ferruh Yigit <ferruh.yigit at amd.com> <ferruh.yigit at intel.com> <ferruh.yigit at xilinx.com> <ferruhy at gmail.com>
 Fidaullah Noonari <fidaullah.noonari at emumba.com>
+Fidel Castro <fidelcastro.s at hotmail.com>
 Fiona Trahe <fiona.trahe at intel.com>
 Flavia Musatescu <flavia.musatescu at intel.com>
 Flavio Leitner <fbl at redhat.com> <fbl at sysclose.org>
diff --git a/app/test/test_power.c b/app/test/test_power.c
index b7b5561348..a1b32adf58 100644
--- a/app/test/test_power.c
+++ b/app/test/test_power.c
@@ -142,7 +142,7 @@ test_power(void)
 		/* Test setting a valid environment */
 		ret = rte_power_set_env(envs[i]);
 		if (ret != 0) {
-			printf("Unexpectedly unsucceeded on setting a valid environment\n");
+			printf("Unexpectedly unsuccessful on setting a valid environment\n");
 			return -1;
 		}
 
-- 
2.39.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2024-03-25 11:28:37.745927565 +0000
+++ 0007-test-power-fix-typo-in-error-message.patch	2024-03-25 11:28:37.208389208 +0000
@@ -1 +1 @@
-From 4e335241a44cf8e3a34c0549293ca73d272b6c05 Mon Sep 17 00:00:00 2001
+From f4e263b02469c36ca39262532368c88ddcb9990c Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 4e335241a44cf8e3a34c0549293ca73d272b6c05 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index ac50264e66..6bb0855236 100644
+index cf3646b563..a6992311ba 100644
@@ -21 +22 @@
-@@ -408,6 +408,7 @@ Fengtian Guo <fengtian.guo at 6wind.com>
+@@ -390,6 +390,7 @@ Fengtian Guo <fengtian.guo at 6wind.com>
@@ -30 +31 @@
-index f1e80299d3..403adc22d6 100644
+index b7b5561348..a1b32adf58 100644
@@ -33 +34 @@
-@@ -143,7 +143,7 @@ test_power(void)
+@@ -142,7 +142,7 @@ test_power(void)


More information about the stable mailing list