]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style.
authorChasel Chiu <chasel.chiu@intel.com>
Mon, 22 Apr 2019 10:05:25 +0000 (18:05 +0800)
committerChasel Chiu <chasel.chiu@intel.com>
Tue, 23 Apr 2019 02:39:47 +0000 (10:39 +0800)
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 <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c

index 9f8ce16023b9108a49c833d3f9ab1bc067ee9855..0f8cd69a0e6eba93a70265a1965d130cea25a7a9 100644 (file)
@@ -38,7 +38,7 @@ extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc;
 extern EFI_GUID                  gFspHobGuid;\r
 \r
 /**\r
-  This function handles S3 resume task at the end of PEI\r
+  This function handles S3 resume task at the end of PEI.\r
 \r
   @param[in] PeiServices    Pointer to PEI Services Table.\r
   @param[in] NotifyDesc     Pointer to the descriptor for the Notification event that\r
@@ -62,7 +62,7 @@ EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc = {
 };\r
 \r
 /**\r
-  This function handles S3 resume task at the end of PEI\r
+  This function handles S3 resume task at the end of PEI.\r
 \r
   @param[in] PeiServices    Pointer to PEI Services Table.\r
   @param[in] NotifyDesc     Pointer to the descriptor for the Notification event that\r
@@ -339,7 +339,7 @@ PeiMemoryDiscoveredNotify (
 }\r
 \r
 /**\r
-  Do FSP initialization in API mode\r
+  Do FSP initialization in API mode.\r
 \r
   @retval EFI_STATUS        Always return EFI_SUCCESS\r
 **/\r
@@ -370,7 +370,7 @@ FspsWrapperInitApiMode (
 }\r
 \r
 /**\r
-  Do FSP initialization in Dispatch mode\r
+  Do FSP initialization in Dispatch mode.\r
 \r
   @retval FSP initialization status.\r
 **/\r
@@ -399,7 +399,7 @@ FspsWrapperInitDispatchMode (
 }\r
 \r
 /**\r
-  This is the entrypoint of PEIM\r
+  This is the entrypoint of PEIM.\r
 \r
   @param[in] FileHandle  Handle of the file being invoked.\r
   @param[in] PeiServices Describes the list of possible PEI Services.\r