Pushed at 07a9c88ea515260a3715c2bc9be850033efa5387 -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Eric Jin Sent: Friday, September 6, 2019 1:51 PM To: Heinrich Schuchardt <[email protected]>; EDK II Development <[email protected]> Cc: Supreeth Venkatesh <[email protected]>; Stephano Cetola <[email protected]> Subject: Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'supproted'
Reviewed-by: Eric Jin <[email protected]> -----Original Message----- From: Heinrich Schuchardt <[email protected]> Sent: Wednesday, September 4, 2019 4:37 PM To: EDK II Development <[email protected]> Cc: Jin, Eric <[email protected]>; Supreeth Venkatesh <[email protected]>; Stephano Cetola <[email protected]>; Heinrich Schuchardt <[email protected]> Subject: [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'supproted' %s/supproted/supported/g Signed-off-by: Heinrich Schuchardt <[email protected]> --- .../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 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47090): https://edk2.groups.io/g/devel/message/47090 Mute This Topic: https://groups.io/mt/33136090/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
