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.65, mailfrom: chasel.chiu@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Mon, 22 Apr 2019 03:12:37 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Apr 2019 03:12:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,381,1549958400"; d="scan'208";a="317924386" Received: from cchiu4-mobl1.gar.corp.intel.com ([10.5.240.101]) by orsmga005.jf.intel.com with ESMTP; 22 Apr 2019 03:12:35 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Nate DeSimone , Star Zeng Subject: [PATCH] IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style. Date: Mon, 22 Apr 2019 18:11:58 +0800 Message-Id: <20190422101158.18436-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.13.3.windows.1 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1730 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/IntelFsp2WrapperPkg/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; /** - This function handles S3 resume task at the end of PEI + This function handles S3 resume task at the end of PEI. @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 = { }; /** - This function handles S3 resume task at the end of PEI + This function handles S3 resume task at the end of PEI. @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 ( } /** - Do FSP initialization in API mode + Do FSP initialization in API mode. @retval EFI_STATUS Always return EFI_SUCCESS **/ @@ -370,7 +370,7 @@ FspsWrapperInitApiMode ( } /** - Do FSP initialization in Dispatch mode + Do FSP initialization in Dispatch mode. @retval FSP initialization status. **/ @@ -399,7 +399,7 @@ FspsWrapperInitDispatchMode ( } /** - This is the entrypoint of PEIM + This is the entrypoint of PEIM. @param[in] FileHandle Handle of the file being invoked. @param[in] PeiServices Describes the list of possible PEI Services. -- 2.13.3.windows.1