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.88, mailfrom: star.zeng@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Mon, 22 Apr 2019 03:17:19 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Apr 2019 03:17:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,381,1549958400"; d="scan'208";a="163916609" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 22 Apr 2019 03:17:19 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 22 Apr 2019 03:17:18 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.153]) with mapi id 14.03.0415.000; Mon, 22 Apr 2019 18:17:17 +0800 From: "Zeng, Star" To: "Chiu, Chasel" , "devel@edk2.groups.io" CC: "Desimone, Nathaniel L" , "Zeng, Star" Subject: Re: [PATCH] IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style. Thread-Topic: [PATCH] IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style. Thread-Index: AQHU+PPrUDWF0n0kI0CZeGeKzJAa+KZH9x/A Date: Mon, 22 Apr 2019 10:17:16 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB048310402BC5AF@shsmsx102.ccr.corp.intel.com> References: <20190422101158.18436-1-chasel.chiu@intel.com> In-Reply-To: <20190422101158.18436-1-chasel.chiu@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 Return-Path: star.zeng@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: Chiu, Chasel=20 Sent: Monday, April 22, 2019 6:12 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Zeng, Star Subject: [PATCH] IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1730 Internal code quality check failed after this commit: 68d47eea422d64eeb9872b927620f579f4ccfc0f, fixed those coding style issues. Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Chasel Chiu --- IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c b/IntelF= sp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c index 9f8ce16023..0f8cd69a0e 100644 --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c @@ -38,7 +38,7 @@ extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc; extern EFI_GUID gFspHobGuid; =20 /** - This function handles S3 resume task at the end of PEI + This function handles S3 resume task at the end of PEI. =20 @param[in] PeiServices Pointer to PEI Services Table. @param[in] NotifyDesc Pointer to the descriptor for the Notification= event that @@ -62,7 +62,7 @@ EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc =3D { }; =20 /** - This function handles S3 resume task at the end of PEI + This function handles S3 resume task at the end of PEI. =20 @param[in] PeiServices Pointer to PEI Services Table. @param[in] NotifyDesc Pointer to the descriptor for the Notification= event that @@ -339,7 +339,7 @@ PeiMemoryDiscoveredNotify ( } =20 /** - Do FSP initialization in API mode + Do FSP initialization in API mode. =20 @retval EFI_STATUS Always return EFI_SUCCESS **/ @@ -370,7 +370,7 @@ FspsWrapperInitApiMode ( } =20 /** - Do FSP initialization in Dispatch mode + Do FSP initialization in Dispatch mode. =20 @retval FSP initialization status. **/ @@ -399,7 +399,7 @@ FspsWrapperInitDispatchMode ( } =20 /** - This is the entrypoint of PEIM + This is the entrypoint of PEIM. =20 @param[in] FileHandle Handle of the file being invoked. @param[in] PeiServices Describes the list of possible PEI Services. -- 2.13.3.windows.1