* [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath
@ 2019-09-13 8:54 Heinrich Schuchardt
2019-09-16 2:30 ` [edk2-devel] " Eric Jin
[not found] ` <15C4CA583562D0BC.29413@groups.io>
0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2019-09-13 8:54 UTC (permalink / raw)
To: EDK II Development
Cc: Eric Jin, Supreeth Venkatesh, Stephano Cetola,
Heinrich Schuchardt
%s/DupilicateDevicePath/DuplicateDevicePath/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
.../BlackBoxTest/DevicePathUtilitiesBBTestFunction.c | 2 +-
.../BlackBoxTest/DevicePathUtilitiesBBTestMain.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
index b434ae47..4efe0348 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
@@ -369,7 +369,7 @@ DevicePathUtilitiesDuplicateDevicePathFunctionTest (
StandardLib,
AssertionType,
gDevicePathUtilitiesBBTestFunctionAssertionGuid057,
- L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DupilicateDevicePath must correctly set the return EFI_DEVICE_PATH structure the same as the original one",
+ L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DuplicateDevicePath must correctly set the return EFI_DEVICE_PATH structure the same as the original one",
L"%a:%d:Status - %r",
__FILE__,
(UINTN)__LINE__,
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
index b66eebf3..58d10099 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
@@ -72,8 +72,8 @@ EFI_BB_TEST_ENTRY_FIELD gBBTestEntryField[] = {
},
{
DEVICE_PATH_UTILITIES_PROTOCOL_DUPLICATEDEVICEPATH_FUNCTION_GUID,
- L"DupilicateDevicePath_Functionality",
- L"Invoke the DupilicateDevicePath and verify service correctness within test case",
+ L"DuplicateDevicePath_Functionality",
+ L"Invoke the DuplicateDevicePath and verify service correctness within test case",
EFI_TEST_LEVEL_DEFAULT,
gSupportProtocolGuid1,
EFI_TEST_CASE_AUTO,
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath
2019-09-13 8:54 [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath Heinrich Schuchardt
@ 2019-09-16 2:30 ` Eric Jin
[not found] ` <15C4CA583562D0BC.29413@groups.io>
1 sibling, 0 replies; 3+ messages in thread
From: Eric Jin @ 2019-09-16 2:30 UTC (permalink / raw)
To: devel@edk2.groups.io, xypron.glpk@gmx.de
Cc: Supreeth Venkatesh, Stephano Cetola
Reviewed-by: Eric Jin <eric.jin@intel.com>
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Heinrich Schuchardt
Sent: Friday, September 13, 2019 4:54 PM
To: EDK II Development <devel@edk2.groups.io>
Cc: Jin, Eric <eric.jin@intel.com>; Supreeth Venkatesh <supreeth.venkatesh@arm.com>; Stephano Cetola <stephano.cetola@linux.intel.com>; Heinrich Schuchardt <xypron.glpk@gmx.de>
Subject: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath
%s/DupilicateDevicePath/DuplicateDevicePath/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
.../BlackBoxTest/DevicePathUtilitiesBBTestFunction.c | 2 +-
.../BlackBoxTest/DevicePathUtilitiesBBTestMain.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
index b434ae47..4efe0348 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
@@ -369,7 +369,7 @@ DevicePathUtilitiesDuplicateDevicePathFunctionTest (
StandardLib,
AssertionType,
gDevicePathUtilitiesBBTestFunctionAssertionGuid057,
- L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DupilicateDevicePath must correctly set the return EFI_DEVICE_PATH structure the same as the original one",
+ L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DuplicateDevicePath must correctly set the return EFI_DEVICE_PATH structure the same as the original one",
L"%a:%d:Status - %r",
__FILE__,
(UINTN)__LINE__,
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
index b66eebf3..58d10099 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
@@ -72,8 +72,8 @@ EFI_BB_TEST_ENTRY_FIELD gBBTestEntryField[] = {
},
{
DEVICE_PATH_UTILITIES_PROTOCOL_DUPLICATEDEVICEPATH_FUNCTION_GUID,
- L"DupilicateDevicePath_Functionality",
- L"Invoke the DupilicateDevicePath and verify service correctness within test case",
+ L"DuplicateDevicePath_Functionality",
+ L"Invoke the DuplicateDevicePath and verify service correctness within test case",
EFI_TEST_LEVEL_DEFAULT,
gSupportProtocolGuid1,
EFI_TEST_CASE_AUTO,
--
2.23.0
-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#47204): https://edk2.groups.io/g/devel/message/47204
Mute This Topic: https://groups.io/mt/34125070/1787343
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [eric.jin@intel.com]
-=-=-=-=-=-=
^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <15C4CA583562D0BC.29413@groups.io>]
* Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath
[not found] ` <15C4CA583562D0BC.29413@groups.io>
@ 2019-09-17 1:02 ` Eric Jin
0 siblings, 0 replies; 3+ messages in thread
From: Eric Jin @ 2019-09-17 1:02 UTC (permalink / raw)
To: devel@edk2.groups.io, xypron.glpk@gmx.de
Cc: Supreeth Venkatesh, Stephano Cetola
Pushed at 31a013a99e6db509dfdbe83dd874cc2ac014c4aa
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Eric Jin
Sent: Monday, September 16, 2019 10:30 AM
To: devel@edk2.groups.io; xypron.glpk@gmx.de
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>; Stephano Cetola <stephano.cetola@linux.intel.com>
Subject: Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath
Reviewed-by: Eric Jin <eric.jin@intel.com>
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Heinrich Schuchardt
Sent: Friday, September 13, 2019 4:54 PM
To: EDK II Development <devel@edk2.groups.io>
Cc: Jin, Eric <eric.jin@intel.com>; Supreeth Venkatesh <supreeth.venkatesh@arm.com>; Stephano Cetola <stephano.cetola@linux.intel.com>; Heinrich Schuchardt <xypron.glpk@gmx.de>
Subject: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath
%s/DupilicateDevicePath/DuplicateDevicePath/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
.../BlackBoxTest/DevicePathUtilitiesBBTestFunction.c | 2 +-
.../BlackBoxTest/DevicePathUtilitiesBBTestMain.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
index b434ae47..4efe0348 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
@@ -369,7 +369,7 @@ DevicePathUtilitiesDuplicateDevicePathFunctionTest (
StandardLib,
AssertionType,
gDevicePathUtilitiesBBTestFunctionAssertionGuid057,
- L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DupilicateDevicePath must correctly set the return EFI_DEVICE_PATH structure the same as the original one",
+ L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DuplicateDevicePath must correctly set the return EFI_DEVICE_PATH structure the same as the original one",
L"%a:%d:Status - %r",
__FILE__,
(UINTN)__LINE__,
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
index b66eebf3..58d10099 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
@@ -72,8 +72,8 @@ EFI_BB_TEST_ENTRY_FIELD gBBTestEntryField[] = {
},
{
DEVICE_PATH_UTILITIES_PROTOCOL_DUPLICATEDEVICEPATH_FUNCTION_GUID,
- L"DupilicateDevicePath_Functionality",
- L"Invoke the DupilicateDevicePath and verify service correctness within test case",
+ L"DuplicateDevicePath_Functionality",
+ L"Invoke the DuplicateDevicePath and verify service correctness within test case",
EFI_TEST_LEVEL_DEFAULT,
gSupportProtocolGuid1,
EFI_TEST_CASE_AUTO,
--
2.23.0
-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#47204): https://edk2.groups.io/g/devel/message/47204
Mute This Topic: https://groups.io/mt/34125070/1787343
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [eric.jin@intel.com]
-=-=-=-=-=-=
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-17 1:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-13 8:54 [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath Heinrich Schuchardt
2019-09-16 2:30 ` [edk2-devel] " Eric Jin
[not found] ` <15C4CA583562D0BC.29413@groups.io>
2019-09-17 1:02 ` Eric Jin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox