]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3Save.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Acpi / AcpiS3SaveDxe / AcpiS3Save.c
index e03101cab8a679daf5cd5e9574515be46bd7035e..fefa41a3af785b0073a144232e80953970e1db26 100644 (file)
@@ -2,7 +2,7 @@
   This is an implementation of the ACPI S3 Save protocol.  This is defined in\r
   S3 boot path specification 0.9.\r
 \r
-Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
@@ -55,7 +55,7 @@ EFI_ACPI_S3_SAVE_PROTOCOL mS3Save = {
 \r
   @param  MemoryType   Memory type of memory to allocate.\r
   @param  Size         Size of memory to allocate.\r
-  \r
+\r
   @return Allocated address for output.\r
 \r
 **/\r
@@ -88,7 +88,7 @@ AllocateMemoryBelow4G (
 }\r
 \r
 /**\r
-  Gets the buffer of legacy memory below 1 MB \r
+  Gets the buffer of legacy memory below 1 MB\r
   This function is to get the buffer in legacy memory below 1MB that is required during S3 resume.\r
 \r
   @param This           A pointer to the EFI_ACPI_S3_SAVE_PROTOCOL instance.\r
@@ -115,9 +115,9 @@ LegacyGetS3MemorySize (
 \r
 /**\r
   Prepares all information that is needed in the S3 resume boot path.\r
-  \r
-  Allocate the resources or prepare informations and save in ACPI variable set for S3 resume boot path  \r
-  \r
+\r
+  Allocate the resources or prepare informations and save in ACPI variable set for S3 resume boot path\r
+\r
   @param This                 A pointer to the EFI_ACPI_S3_SAVE_PROTOCOL instance.\r
   @param LegacyMemoryAddress  The base address of legacy memory.\r
 \r
@@ -156,9 +156,9 @@ S3Ready (
 \r
 /**\r
   The Driver Entry Point.\r
-  \r
+\r
   The function is the driver Entry point which will produce AcpiS3SaveProtocol.\r
-  \r
+\r
   @param ImageHandle   A handle for the image that is initializing this driver\r
   @param SystemTable   A pointer to the EFI system table\r
 \r