]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiS3Lib / PeiS3Lib.c
index d16e3cac24e11d1a4e472730cf0137de0644d8eb..9db5b7e09c72801d32026c3a7a76a37bb056bc5c 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
 /** @file\r
-  This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode. \r
+  This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode.\r
 \r
   This library instance is no longer used and module using this library\r
   class should update to directly locate EFI_PEI_S3_RESUME_PPI defined\r
 \r
   This library instance is no longer used and module using this library\r
   class should update to directly locate EFI_PEI_S3_RESUME_PPI defined\r
-  in PI 1.2 specification. \r
+  in PI 1.2 specification.\r
 \r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -25,7 +25,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
   This function is responsible for calling the S3 resume vector in the ACPI Tables.\r
 \r
 /**\r
   This function is responsible for calling the S3 resume vector in the ACPI Tables.\r
-  \r
+\r
   @retval EFI_SUCESS   Success to restore config from S3.\r
   @retval Others       Fail to restore config from S3.\r
 **/\r
   @retval EFI_SUCESS   Success to restore config from S3.\r
   @retval Others       Fail to restore config from S3.\r
 **/\r
@@ -37,7 +37,7 @@ AcpiS3ResumeOs (
 {\r
   EFI_STATUS              Status;\r
   EFI_PEI_S3_RESUME_PPI   *S3Resume;\r
 {\r
   EFI_STATUS              Status;\r
   EFI_PEI_S3_RESUME_PPI   *S3Resume;\r
-  \r
+\r
   Status = PeiServicesLocatePpi (\r
              &gEfiPeiS3ResumePpiGuid,\r
              0,\r
   Status = PeiServicesLocatePpi (\r
              &gEfiPeiS3ResumePpiGuid,\r
              0,\r
@@ -46,6 +46,6 @@ AcpiS3ResumeOs (
              );\r
   ASSERT_EFI_ERROR (Status);\r
 \r
              );\r
   ASSERT_EFI_ERROR (Status);\r
 \r
-  return S3Resume->S3RestoreConfig ((EFI_PEI_SERVICES  **) GetPeiServicesTablePointer()); \r
+  return S3Resume->S3RestoreConfig ((EFI_PEI_SERVICES  **) GetPeiServicesTablePointer());\r
 }\r
 \r
 }\r
 \r