]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupport.h
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Acpi / AcpiSupportDxe / AcpiSupport.h
index 1bcf1e6ee50dc6ead38fe79c9315bf85c222a41e..d66d1023d7f289f2b43c103135010126305abe5c 100644 (file)
@@ -2,7 +2,7 @@
   This is an implementation of the ACPI Support protocol.\r
   It is in compliance with the 0.9 definition of the protocol.\r
 \r
-Copyright (c) 2006 - 2013, 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
@@ -131,12 +131,12 @@ typedef struct {
       AcpiTableProtocol, \\r
       EFI_ACPI_SUPPORT_SIGNATURE \\r
       )\r
-      \r
+\r
 /**\r
-  Constructor for the ACPI support protocol.  \r
-  \r
+  Constructor for the ACPI support protocol.\r
+\r
   Constructor for the ACPI support protocol to initializes instance data.\r
-  \r
+\r
   @param AcpiSupportInstance   Instance to construct\r
 \r
   @retval EFI_SUCCESS           Instance initialized.\r
@@ -147,14 +147,14 @@ AcpiSupportAcpiSupportConstructor (
   IN EFI_ACPI_SUPPORT_INSTANCE                 *AcpiSupportInstance\r
   );\r
 /**\r
-  Entry point of the ACPI support driver. This function creates and initializes an instance of the ACPI Support \r
+  Entry point of the ACPI support driver. This function creates and initializes an instance of the ACPI Support\r
   Protocol and installs it on a new handle.\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
+  @param SystemTable   A pointer to the EFI system table\r
 \r
   @retval EFI_SUCCESS              Driver initialized successfully\r
-  @retval EFI_LOAD_ERROR           Failed to Initialize or has been loaded \r
+  @retval EFI_LOAD_ERROR           Failed to Initialize or has been loaded\r
   @retval EFI_OUT_OF_RESOURCES     Could not allocate needed resources\r
 **/\r
 EFI_STATUS\r