From: "Heinrich Schuchardt" <xypron.glpk@gmx.de>
To: EDK II Development <devel@edk2.groups.io>
Cc: Eric Jin <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'
Date: Wed, 4 Sep 2019 10:37:10 +0200 [thread overview]
Message-ID: <20190904083710.14496-1-xypron.glpk@gmx.de> (raw)
%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
next reply other threads:[~2019-09-04 8:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-04 8:37 Heinrich Schuchardt [this message]
2019-09-06 5:50 ` [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'supproted' Eric Jin
[not found] ` <15C1C374278F4898.3263@groups.io>
2019-09-11 0:42 ` [edk2-devel] " Eric Jin
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=20190904083710.14496-1-xypron.glpk@gmx.de \
--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