From: "Eric Jin" <eric.jin@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
Heinrich Schuchardt <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 'supproted'
Date: Wed, 11 Sep 2019 00:42:46 +0000 [thread overview]
Message-ID: <DA72DC7456565B47808A57108259571F63811D58@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <15C1C374278F4898.3263@groups.io>
Pushed at 07a9c88ea515260a3715c2bc9be850033efa5387
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Eric Jin
Sent: Friday, September 6, 2019 1:51 PM
To: Heinrich Schuchardt <xypron.glpk@gmx.de>; EDK II Development <devel@edk2.groups.io>
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 'supproted'
Reviewed-by: Eric Jin <eric.jin@intel.com>
-----Original Message-----
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
Sent: Wednesday, September 4, 2019 4:37 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-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'supproted'
%s/supproted/supported/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
.../Protocol/PciIo/BlackBoxTest/PciIoBBTestStress.c | 2 +-
.../BlackBoxTest/SimpleNetworkBBTestConformance.c | 12 ++++++------
.../BlackBoxTest/SimpleNetworkBBTestFunction.c | 12 ++++++------
.../BlackBoxTest/SimpleNetworkBBTestConformance.c | 12 ++++++------
.../BlackBoxTest/SimpleNetworkBBTestFunction.c | 12 ++++++------
5 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/PciIo/BlackBoxTest/PciIoBBTestStress.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/PciIo/BlackBoxTest/PciIoBBTestStress.c
index 645e37f7..225724ae 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/PciIo/BlackBoxTest/PciIoBBTestStress.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/PciIo/BlackBoxTest/PciIoBBTestStress.c
@@ -999,7 +999,7 @@ GetAndSetBarAttributes_Stress (
StandardLib,
AssertionType,
gPciIoBBTestStressAssertionGuid021,
- L"EFI_PCI_IO_PROTOCOL.GetBarAttributes - Bar supported attributes must in the range of Device supproted attributes",
+ L"EFI_PCI_IO_PROTOCOL.GetBarAttributes - Bar supported attributes must in the range of Device supported attributes",
L"%a:%d:Bar Supported - %lXh, Dev Supported - %lXh",
__FILE__,
(UINTN)__LINE__,
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestConformance.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestConformance.c
index 03a0d041..9d5bec18 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestConformance.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestConformance.c
@@ -885,7 +885,7 @@ BBTestStationAddressConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"StationAddress isn't supproted, Status - %r\n",
+ L"StationAddress isn't supported, Status - %r\n",
StatusBuf[0]
);
} else {
@@ -911,7 +911,7 @@ BBTestStationAddressConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"StationAddress isn't supproted, Status - %r\n",
+ L"StationAddress isn't supported, Status - %r\n",
StatusBuf[1]
);
} else {
@@ -1369,7 +1369,7 @@ BBTestNVDataConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
StatusBuf[0]
);
} else {
@@ -1394,7 +1394,7 @@ BBTestNVDataConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
StatusBuf[1]
);
} else {
@@ -1419,7 +1419,7 @@ BBTestNVDataConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
StatusBuf[2]
);
} else {
@@ -1444,7 +1444,7 @@ BBTestNVDataConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
StatusBuf[3]
);
} else {
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
index af520430..133ef8a9 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
@@ -1016,7 +1016,7 @@ BBTestStationAddressFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"StationAddress isn't supproted, Status - %r\n",
+ L"StationAddress isn't supported, Status - %r\n",
StatusBuf[0]
);
} else {
@@ -1043,7 +1043,7 @@ BBTestStationAddressFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"StationAddress isn't supproted, Status - %r\n",
+ L"StationAddress isn't supported, Status - %r\n",
StatusBuf[1]
);
} else {
@@ -1491,7 +1491,7 @@ BBTestNVDataFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
Status
);
} else {
@@ -1522,7 +1522,7 @@ BBTestNVDataFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
Status
);
} else {
@@ -1551,7 +1551,7 @@ BBTestNVDataFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
Status
);
} else {
@@ -1603,7 +1603,7 @@ BBTestNVDataFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
Status
);
} else {
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestConformance.c b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestConformance.c
index 03a0d041..9d5bec18 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestConformance.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestConformance.c
@@ -885,7 +885,7 @@ BBTestStationAddressConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"StationAddress isn't supproted, Status - %r\n",
+ L"StationAddress isn't supported, Status - %r\n",
StatusBuf[0]
);
} else {
@@ -911,7 +911,7 @@ BBTestStationAddressConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"StationAddress isn't supproted, Status - %r\n",
+ L"StationAddress isn't supported, Status - %r\n",
StatusBuf[1]
);
} else {
@@ -1369,7 +1369,7 @@ BBTestNVDataConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
StatusBuf[0]
);
} else {
@@ -1394,7 +1394,7 @@ BBTestNVDataConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
StatusBuf[1]
);
} else {
@@ -1419,7 +1419,7 @@ BBTestNVDataConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
StatusBuf[2]
);
} else {
@@ -1444,7 +1444,7 @@ BBTestNVDataConformanceTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
StatusBuf[3]
);
} else {
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
index d3e8a678..b4c7b5ee 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
@@ -1016,7 +1016,7 @@ BBTestStationAddressFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"StationAddress isn't supproted, Status - %r\n",
+ L"StationAddress isn't supported, Status - %r\n",
StatusBuf[0]
);
} else {
@@ -1043,7 +1043,7 @@ BBTestStationAddressFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"StationAddress isn't supproted, Status - %r\n",
+ L"StationAddress isn't supported, Status - %r\n",
StatusBuf[1]
);
} else {
@@ -1491,7 +1491,7 @@ BBTestNVDataFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
Status
);
} else {
@@ -1522,7 +1522,7 @@ BBTestNVDataFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
Status
);
} else {
@@ -1551,7 +1551,7 @@ BBTestNVDataFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
Status
);
} else {
@@ -1603,7 +1603,7 @@ BBTestNVDataFunctionTest (
StandardLib->RecordMessage(
StandardLib,
EFI_VERBOSE_LEVEL_QUIET,
- L"NvData isn't supproted, Status - %r\n",
+ L"NvData isn't supported, Status - %r\n",
Status
);
} else {
--
2.23.0.rc1
prev parent reply other threads:[~2019-09-11 0:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-04 8:37 [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'supproted' Heinrich Schuchardt
2019-09-06 5:50 ` Eric Jin
[not found] ` <15C1C374278F4898.3263@groups.io>
2019-09-11 0:42 ` Eric Jin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DA72DC7456565B47808A57108259571F63811D58@SHSMSX103.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox