From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: eric.jin@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Mon, 16 Sep 2019 18:02:51 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 18:02:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,514,1559545200"; d="scan'208";a="201720698" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 16 Sep 2019 18:02:50 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 18:02:50 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 18:02:49 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.140]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.146]) with mapi id 14.03.0439.000; Tue, 17 Sep 2019 09:02:48 +0800 From: "Eric Jin" To: "devel@edk2.groups.io" , "xypron.glpk@gmx.de" CC: Supreeth Venkatesh , Stephano Cetola Subject: Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath Thread-Topic: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath Thread-Index: AQHVahD0/i+0d77ylUqXZXgP7k6x6KctmSmggAF5zeA= Date: Tue, 17 Sep 2019 01:02:47 +0000 Message-ID: References: <20190913085424.7143-1-xypron.glpk@gmx.de> <15C4CA583562D0BC.29413@groups.io> In-Reply-To: <15C4CA583562D0BC.29413@groups.io> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: eric.jin@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Pushed at 31a013a99e6db509dfdbe83dd874cc2ac014c4aa -----Original Message----- From: 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 ; Stephano Cetola Subject: Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typ= o DuplicateDevicePath Reviewed-by: Eric Jin -----Original Message----- From: devel@edk2.groups.io On Behalf Of Heinrich Sc= huchardt Sent: Friday, September 13, 2019 4:54 PM To: EDK II Development Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schu= chardt Subject: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo Du= plicateDevicePath %s/DupilicateDevicePath/DuplicateDevicePath/g Signed-off-by: Heinrich Schuchardt --- .../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/DevicePathUtilitie= s/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c b/uefi-sct/SctPkg/TestCa= se/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBB= TestFunction.c index b434ae47..4efe0348 100644 --- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/Black= BoxTest/DevicePathUtilitiesBBTestFunction.c +++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/Black= BoxTest/DevicePathUtilitiesBBTestFunction.c @@ -369,7 +369,7 @@ DevicePathUtilitiesDuplicateDevicePathFunctionTest ( StandardLib, AssertionType, gDevicePathUtilitiesBBTestFunctionAssertionGuid057, - L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DupilicateDevicePa= th must correctly set the return EFI_DEVICE_PATH structure the same as the = original one", + L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DuplicateDevicePat= h must correctly set the return EFI_DEVICE_PATH structure the same as the o= riginal one", L"%a:%d:Status - %r", __FILE__, (UINTN)__LINE__, diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilitie= s/BlackBoxTest/DevicePathUtilitiesBBTestMain.c b/uefi-sct/SctPkg/TestCase/U= EFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTest= Main.c index b66eebf3..58d10099 100644 --- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/Black= BoxTest/DevicePathUtilitiesBBTestMain.c +++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/Black= BoxTest/DevicePathUtilitiesBBTestMain.c @@ -72,8 +72,8 @@ EFI_BB_TEST_ENTRY_FIELD gBBTestEntryField[] =3D { }, { DEVICE_PATH_UTILITIES_PROTOCOL_DUPLICATEDEVICEPATH_FUNCTION_GUID, - L"DupilicateDevicePath_Functionality", - L"Invoke the DupilicateDevicePath and verify service correctness with= in test case", + L"DuplicateDevicePath_Functionality", + L"Invoke the DuplicateDevicePath and verify service correctness withi= n test case", EFI_TEST_LEVEL_DEFAULT, gSupportProtocolGuid1, EFI_TEST_CASE_AUTO, --=20 2.23.0 -=3D-=3D-=3D-=3D-=3D-=3D 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] -=3D-=3D-=3D-=3D-=3D-=3D