]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTable.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiTableDxe / AcpiTable.h
index d6d81ae04d4fd95e1859788a9659b367ce8144ab..a2b419d45a4197f57afd1abe091cae2d6bcd5e99 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   ACPI Table Protocol Driver\r
 \r
-  Copyright (c) 2006 - 2016, 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
@@ -150,14 +150,14 @@ AcpiTableAcpiTableConstructor (
 \r
 /**\r
   Entry point of the ACPI table driver.\r
-  Creates and initializes an instance of the ACPI Table \r
+  Creates and initializes an instance of the ACPI Table\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
 \r
   @return EFI_SUCCESS           Driver initialized successfully\r
-  @return EFI_LOAD_ERROR        Failed to Initialize or has been loaded \r
+  @return EFI_LOAD_ERROR        Failed to Initialize or has been loaded\r
   @return EFI_OUT_OF_RESOURCES  Could not allocate needed resources\r
 \r
 **/\r
@@ -176,7 +176,7 @@ InitializeAcpiTableDxe (
 \r
   @param[in]  Handle      Table to find.\r
   @param[in]  TableList   Table list to search\r
-  @param[out] Table       Pointer to table found. \r
+  @param[out] Table       Pointer to table found.\r
 \r
   @retval EFI_SUCCESS              The function completed successfully.\r
   @retval EFI_NOT_FOUND            No table found matching the handle specified.\r