]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c
IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style.
[mirror_edk2.git] / 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