]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlChild.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiTableDxe / AmlChild.c
index c7e8af96d3d5f38fa540baddebf95836279f0e8b..28d820461fe4810e0ceb4548743252fe566186aa 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   ACPI Sdt Protocol Driver\r
 \r
-  Copyright (c) 2010 - 2014, 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
 \r
 /**\r
   Return the child objects buffer from AML Handle's buffer.\r
-  \r
+\r
   @param[in]        AmlParentHandle Parent handle.\r
   @param[in]        CurrentBuffer   The current child buffer.\r
   @param[out]       Buffer          On return, points to the next returned child buffer or NULL if there are no\r
                                     child buffer.\r
 \r
   @retval EFI_SUCCESS               Success\r
-  @retval EFI_INVALID_PARAMETER     AmlParentHandle does not refer to a valid ACPI object.                                \r
+  @retval EFI_INVALID_PARAMETER     AmlParentHandle does not refer to a valid ACPI object.\r
 **/\r
 EFI_STATUS\r
 AmlGetChildFromObjectBuffer (\r
@@ -72,14 +72,14 @@ AmlGetChildFromObjectBuffer (
 \r
 /**\r
   Return the child ACPI objects from Root Handle.\r
-  \r
+\r
   @param[in]        AmlParentHandle Parent handle. It is Root Handle.\r
   @param[in]        AmlHandle       The previously returned handle or NULL to start with the first handle.\r
   @param[out]       Buffer          On return, points to the next returned ACPI handle or NULL if there are no\r
                                     child objects.\r
 \r
   @retval EFI_SUCCESS               Success\r
-  @retval EFI_INVALID_PARAMETER     ParentHandle is NULL or does not refer to a valid ACPI object.                                \r
+  @retval EFI_INVALID_PARAMETER     ParentHandle is NULL or does not refer to a valid ACPI object.\r
 **/\r
 EFI_STATUS\r
 AmlGetChildFromRoot (\r
@@ -104,14 +104,14 @@ AmlGetChildFromRoot (
 \r
 /**\r
   Return the child objects buffer from AML Handle's option list.\r
-  \r
+\r
   @param[in]        AmlParentHandle Parent handle.\r
   @param[in]        AmlHandle       The current child handle.\r
   @param[out]       Buffer          On return, points to the next returned child buffer or NULL if there are no\r
                                     child buffer.\r
 \r
   @retval EFI_SUCCESS               Success\r
-  @retval EFI_INVALID_PARAMETER     AmlParentHandle does not refer to a valid ACPI object.                                \r
+  @retval EFI_INVALID_PARAMETER     AmlParentHandle does not refer to a valid ACPI object.\r
 **/\r
 EFI_STATUS\r
 AmlGetChildFromOptionList (\r
@@ -170,14 +170,14 @@ AmlGetChildFromOptionList (
 \r
 /**\r
   Return the child objects buffer from AML Handle's object child list.\r
-  \r
+\r
   @param[in]        AmlParentHandle Parent handle.\r
   @param[in]        AmlHandle       The current child handle.\r
   @param[out]       Buffer          On return, points to the next returned child buffer or NULL if there are no\r
                                     child buffer.\r
 \r
   @retval EFI_SUCCESS               Success\r
-  @retval EFI_INVALID_PARAMETER     AmlParentHandle does not refer to a valid ACPI object.                                \r
+  @retval EFI_INVALID_PARAMETER     AmlParentHandle does not refer to a valid ACPI object.\r
 **/\r
 EFI_STATUS\r
 AmlGetChildFromObjectChildList (\r
@@ -237,14 +237,14 @@ AmlGetChildFromObjectChildList (
 \r
 /**\r
   Return the child ACPI objects from Non-Root Handle.\r
-  \r
+\r
   @param[in]        AmlParentHandle Parent handle. It is Non-Root Handle.\r
   @param[in]        AmlHandle       The previously returned handle or NULL to start with the first handle.\r
   @param[out]       Buffer          On return, points to the next returned ACPI handle or NULL if there are no\r
                                     child objects.\r
 \r
   @retval EFI_SUCCESS               Success\r
-  @retval EFI_INVALID_PARAMETER     ParentHandle is NULL or does not refer to a valid ACPI object.                                \r
+  @retval EFI_INVALID_PARAMETER     ParentHandle is NULL or does not refer to a valid ACPI object.\r
 **/\r
 EFI_STATUS\r
 AmlGetChildFromNonRoot (\r