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.126, mailfrom: eric.jin@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Tue, 03 Sep 2019 19:28:00 -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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Sep 2019 19:27:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="198914802" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 03 Sep 2019 19:27:59 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Sep 2019 19:27:59 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Sep 2019 19:27:59 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.140]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.32]) with mapi id 14.03.0439.000; Wed, 4 Sep 2019 10:27:57 +0800 From: "Eric Jin" To: Heinrich Schuchardt , "devel@edk2.groups.io" CC: Supreeth Venkatesh , Stephano Cetola Subject: Re: [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'Remained test cases' Thread-Topic: [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'Remained test cases' Thread-Index: AQHVYj1lSfXlZQIAGEGRBt1fHpMsY6cay14w Date: Wed, 4 Sep 2019 02:27:56 +0000 Message-ID: References: <20190903095256.7673-1-xypron.glpk@gmx.de> In-Reply-To: <20190903095256.7673-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 Hi Heinrich Schuchardt, According to https://github.com/tianocore/tianocore.github.io/wiki/Commit-M= essage-Format The statement "Contributed-under:..." need be removed. With that: Reviewed-by: Eric Jin If no object, I will help to push with this change by end of this week.=20 -----Original Message----- From: Heinrich Schuchardt =20 Sent: Tuesday, September 3, 2019 5:53 PM To: devel@edk2.groups.io Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuc= hardt Subject: [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'Remained test c= ases' %s/Remained/Remaining/g Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heinrich Schuchardt --- .../SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execu= te.c b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c index 9e7f672e..6fd36914 100644 --- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c +++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c @@ -608,10 +608,10 @@ Routine Description: // while (TRUE) { // - // Calculate the number of remained cases + // Calculate the number of remaining test cases // GetTestCaseRemainNum(&Remain); - SctPrint(L" Remained test cases: %d\n", Remain); + SctPrint(L" Remaining test cases: %d\n", Remain); =20 // // Send assertion to remotion computer in passive mode to inform case = begin. --=20 2.23.0.rc1