From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: eric.jin@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Sun, 15 Sep 2019 19:30:50 -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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Sep 2019 19:30:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,510,1559545200"; d="scan'208";a="201507672" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 15 Sep 2019 19:30:19 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Sep 2019 19:30:19 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 15 Sep 2019 19:30:18 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Sun, 15 Sep 2019 19:30:18 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.140]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.195]) with mapi id 14.03.0439.000; Mon, 16 Sep 2019 10:30:15 +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+0d77ylUqXZXgP7k6x6KctmSmg Date: Mon, 16 Sep 2019 02:30:15 +0000 Message-ID: References: <20190913085424.7143-1-xypron.glpk@gmx.de> In-Reply-To: <20190913085424.7143-1-xypron.glpk@gmx.de> 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 Reviewed-by: Eric Jin -----Original Message----- From: devel@edk2.groups.io On Behalf Of Heinrich Sch= uchardt Sent: Friday, September 13, 2019 4:54 PM To: EDK II Development Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuc= hardt Subject: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo Dup= licateDevicePath %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/DevicePathUtilities= /BlackBoxTest/DevicePathUtilitiesBBTestFunction.c b/uefi-sct/SctPkg/TestCas= e/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBT= estFunction.c index b434ae47..4efe0348 100644 --- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackB= oxTest/DevicePathUtilitiesBBTestFunction.c +++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackB= oxTest/DevicePathUtilitiesBBTestFunction.c @@ -369,7 +369,7 @@ DevicePathUtilitiesDuplicateDevicePathFunctionTest ( StandardLib, AssertionType, gDevicePathUtilitiesBBTestFunctionAssertionGuid057, - L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DupilicateDevicePat= h must correctly set the return EFI_DEVICE_PATH structure the same as the o= riginal one", + L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DuplicateDevicePath= must correctly set the return EFI_DEVICE_PATH structure the same as the or= iginal 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/UE= FI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestM= ain.c index b66eebf3..58d10099 100644 --- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackB= oxTest/DevicePathUtilitiesBBTestMain.c +++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackB= oxTest/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 withi= n 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, --=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