From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B097521159CBB for ; Tue, 5 Jun 2018 01:38:14 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2018 01:38:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,478,1520924400"; d="scan'208";a="64403454" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 05 Jun 2018 01:38:13 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 5 Jun 2018 01:38:13 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 5 Jun 2018 01:38:13 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.223]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.51]) with mapi id 14.03.0319.002; Tue, 5 Jun 2018 16:38:11 +0800 From: "Zeng, Star" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Dong, Eric" , "Zeng, Star" Thread-Topic: [patch] MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issues Thread-Index: AQHT/Kg8grOkulVfjUCecjhRdBCfuqRRV6tw Date: Tue, 5 Jun 2018 08:38:10 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103BB538E7@shsmsx102.ccr.corp.intel.com> References: <20180605083542.79660-1-dandan.bi@intel.com> In-Reply-To: <20180605083542.79660-1-dandan.bi@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch] MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 08:38:14 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: Bi, Dandan=20 Sent: Tuesday, June 5, 2018 4:36 PM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Dong, Eric Subject: [patch] MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issues Make the comment align with Edk2 coding style. Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- .../DisplayUpdateProgressLibGraphics.c | 6 ++= +--- .../DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayU= pdateProgressLibGraphics.c b/MdeModulePkg/Library/DisplayUpdateProgressLibG= raphics/DisplayUpdateProgressLibGraphics.c index 007522cea08..2c916105136 100644 --- a/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdatePr= ogressLibGraphics.c +++ b/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdatePr= ogressLibGraphics.c @@ -1,6 +1,6 @@ -/** @file +/** @file Provides services to display completion progress of a firmware update on= a graphical console that supports the Graphics Output Protocol. =20 Copyright (c) 2016, Microsoft Corporation. All rights reserved.
Copyright (c) 2018, Intel Corporation. All rights reserved.
@@ -116,17 +116,17 @@ const EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION mProgressB= arDefaultColor =3D { // Set to TRUE if a valid Graphics Output Protocol is found and the progre= ss // bar fits under the boot logo using the current graphics mode. // BOOLEAN mGraphicsGood =3D FALSE; =20 -/* +/** Internal function used to find the bounds of the white logo (on black or red background). =20 These bounds are then computed to find the block size, 0%, 100%, etc. =20 -*/ +**/ VOID FindDim ( VOID ) { diff --git a/MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdat= eProgressLibText.c b/MdeModulePkg/Library/DisplayUpdateProgressLibText/Disp= layUpdateProgressLibText.c index 7aca8b89d01..960ccc015fe 100644 --- a/MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgre= ssLibText.c +++ b/MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgre= ssLibText.c @@ -1,6 +1,6 @@ -/** @file +/** @file Provides services to display completion progress of a firmware update on= a text console. =20 Copyright (c) 2016, Microsoft Corporation. All rights reserved.
Copyright (c) 2018, Intel Corporation. All rights reserved.
--=20 2.14.3.windows.1