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

Xueming Li xuemingl at nvidia.com
Sat Apr 13 14:50:01 CEST 2024


Hi,

FYI, your patch has been queued to stable release 23.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/15/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://git.dpdk.org/dpdk-stable/log/?h=23.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=f48e923b46ad51ce27c3da06827c297b04de0439

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From f48e923b46ad51ce27c3da06827c297b04de0439 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
Cc: Xueming Li <xuemingl at nvidia.com>

[ 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 1798486ef9..9654531a59 100644
--- a/.mailmap
+++ b/.mailmap
@@ -404,6 +404,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 f1e80299d3..403adc22d6 100644
--- a/app/test/test_power.c
+++ b/app/test/test_power.c
@@ -143,7 +143,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.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2024-04-13 20:43:08.727263560 +0800
+++ 0121-test-power-fix-typo-in-error-message.patch	2024-04-13 20:43:05.157753723 +0800
@@ -1 +1 @@
-From 4e335241a44cf8e3a34c0549293ca73d272b6c05 Mon Sep 17 00:00:00 2001
+From f48e923b46ad51ce27c3da06827c297b04de0439 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 4e335241a44cf8e3a34c0549293ca73d272b6c05 ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +20 @@
-index ac50264e66..6bb0855236 100644
+index 1798486ef9..9654531a59 100644
@@ -21 +23 @@
-@@ -408,6 +408,7 @@ Fengtian Guo <fengtian.guo at 6wind.com>
+@@ -404,6 +404,7 @@ Fengtian Guo <fengtian.guo at 6wind.com>


More information about the stable mailing list