]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlOption.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiTableDxe / AmlOption.c
index f4cad10af66268d5693c152aaff5126b7ee9f92a..79aefa52210109ceffe6a6327a647c5161d81a48 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   ACPI Sdt Protocol Driver\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>\r
+  Copyright (c) 2010 - 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
@@ -16,7 +16,7 @@
 \r
 /**\r
   Retrieve option term according to AmlByteEncoding and Buffer.\r
-  \r
+\r
   @param[in]    AmlByteEncoding      AML Byte Encoding.\r
   @param[in]    Buffer               AML buffer.\r
   @param[in]    MaxBufferSize        AML buffer MAX size. The parser can not parse any data exceed this region.\r
@@ -25,7 +25,7 @@
                                      for the specified index.\r
   @param[out]   Data                 Upon return, points to the pointer to the data.\r
   @param[out]   DataSize             Upon return, points to the size of Data.\r
-  \r
+\r
   @retval       EFI_SUCCESS           Success.\r
   @retval       EFI_INVALID_PARAMETER Buffer does not refer to a valid ACPI object.\r
 **/\r
@@ -125,7 +125,7 @@ AmlParseOptionTerm (
 \r
 /**\r
   Retrieve information according to AmlByteEncoding and Buffer.\r
-  \r
+\r
   @param[in]    AmlByteEncoding      AML Byte Encoding.\r
   @param[in]    Buffer               AML buffer.\r
   @param[in]    MaxBufferSize        AML buffer MAX size. The parser can not parse any data exceed this region.\r
@@ -135,7 +135,7 @@ AmlParseOptionTerm (
                                      for the specified index.\r
   @param[out]   Data                 Upon return, points to the pointer to the data.\r
   @param[out]   DataSize             Upon return, points to the size of Data.\r
-  \r
+\r
   @retval       EFI_SUCCESS           Success.\r
   @retval       EFI_INVALID_PARAMETER Buffer does not refer to a valid ACPI object.\r
 **/\r
@@ -286,11 +286,11 @@ AmlParseOptionCommon (
 \r
 /**\r
   Return object size.\r
-  \r
+\r
   @param[in]    AmlByteEncoding      AML Byte Encoding.\r
   @param[in]    Buffer               AML object buffer.\r
   @param[in]    MaxBufferSize        AML object buffer MAX size. The parser can not parse any data exceed this region.\r
-  \r
+\r
   @return       Size of the object.\r
 **/\r
 UINTN\r
@@ -321,9 +321,9 @@ AmlGetObjectSize (
 \r
 /**\r
   Return object name.\r
-  \r
+\r
   @param[in]    AmlHandle            AML handle.\r
-  \r
+\r
   @return       Name of the object.\r
 **/\r
 CHAR8 *\r
@@ -374,10 +374,10 @@ AmlGetObjectName (
 \r
 /**\r
   Return offset of last option.\r
-  \r
+\r
   @param[in]    AmlHandle            AML Handle.\r
   @param[out]   Buffer               Upon return, points to the offset after last option.\r
-  \r
+\r
   @retval       EFI_SUCCESS           Success.\r
   @retval       EFI_INVALID_PARAMETER AmlHandle does not refer to a valid ACPI object.\r
 **/\r
@@ -419,7 +419,7 @@ AmlGetOffsetAfterLastOption (
 \r
 /**\r
   Retrieve information according to AmlHandle\r
-  \r
+\r
   @param[in]    AmlHandle            AML handle.\r
   @param[in]    Index                Index of the data to retrieve from the object. In general, indexes read from left-to-right\r
                                      in the ACPI encoding, with index 0 always being the ACPI opcode.\r
@@ -427,7 +427,7 @@ AmlGetOffsetAfterLastOption (
                                      for the specified index.\r
   @param[out]   Data                 Upon return, points to the pointer to the data.\r
   @param[out]   DataSize             Upon return, points to the size of Data.\r
-  \r
+\r
   @retval       EFI_SUCCESS           Success.\r
   @retval       EFI_INVALID_PARAMETER AmlHandle does not refer to a valid ACPI object.\r
 **/\r