]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiVariableThunkPlatform.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Acpi / AcpiS3SaveDxe / AcpiVariableThunkPlatform.c
index 105b142b284c0f06fefa113c83458055b298096f..1aac2f181aef27a92b8cfd45a404cc5d16932ca6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This is an implementation of the AcpiVariable platform field for ECP platform.\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
@@ -25,8 +25,8 @@ typedef struct {
   ACPI_CPU_DATA_COMPATIBILITY         AcpiCpuData;\r
   EFI_PHYSICAL_ADDRESS  VideoOpromAddress;\r
   UINT32                VideoOpromSize;\r
-  EFI_PHYSICAL_ADDRESS  S3DebugBufferAddress; \r
-  EFI_PHYSICAL_ADDRESS  S3ResumeNvsEntryPoint;    \r
+  EFI_PHYSICAL_ADDRESS  S3DebugBufferAddress;\r
+  EFI_PHYSICAL_ADDRESS  S3ResumeNvsEntryPoint;\r
 } ACPI_VARIABLE_SET_COMPATIBILITY;\r
 \r
 **/\r
@@ -54,7 +54,7 @@ ACPI_VARIABLE_SET_COMPATIBILITY               *mAcpiVariableSetCompatibility = N
 \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
@@ -167,8 +167,8 @@ InstallAcpiS3SaveThunk (
                   );\r
   if (!EFI_ERROR (Status)) {\r
     //\r
-    // On ECP platform, if framework CPU drivers are in use, The compatible version of ACPI variable set \r
-    // should be produced by CPU driver. \r
+    // On ECP platform, if framework CPU drivers are in use, The compatible version of ACPI variable set\r
+    // should be produced by CPU driver.\r
     //\r
     VarSize = sizeof (mAcpiVariableSetCompatibility);\r
     Status = gRT->GetVariable (\r
@@ -184,7 +184,7 @@ InstallAcpiS3SaveThunk (
     }\r
   } else {\r
     //\r
-    // Allocate/initialize the compatible version of Acpi Variable Set since Framework chipset/platform \r
+    // Allocate/initialize the compatible version of Acpi Variable Set since Framework chipset/platform\r
     // driver need this variable. ACPI_GLOBAL_VARIABLE variable is not used in runtime phase,\r
     // so RT attribute is not needed for it.\r
     //\r