Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3319d17 authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

ACPICA: Update comments in module header



Enhance the explanations of the various package return types
for clarity.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 5e053e77
Loading
Loading
Loading
Loading
+22 −19
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@
 * ACPI_PTYPE1_VAR: Variable length:
 *      object type (Int/Buf/Ref)
 *
 * ACPI_PTYPE1_OPTION: Package has some required and some optional elements:
 *      Used for _PRW
 * ACPI_PTYPE1_OPTION: Package has some required and some optional elements
 *      (Used for _PRW)
 *
 *
 * 2) PTYPE2 packages contain a variable number of sub-packages. Each of the
@@ -72,21 +72,24 @@
 *      count
 *      object type
 *      count
 *      (Used for _ALR,_MLS,_PSS,_TRT,_TSS)
 *
 * ACPI_PTYPE2_COUNT: Each subpackage has a count as first element:
 *      object type
 *      (Used for _CSD,_PSD,_TSD)
 *
 * ACPI_PTYPE2_PKG_COUNT: Count of subpackages at start, 1 or 2 object types:
 *      object type
 *      count
 *      object type
 *      count
 *      (Used for _CST)
 *
 * ACPI_PTYPE2_FIXED: Each subpackage is of fixed length:
 *      Used for _PRT
 * ACPI_PTYPE2_FIXED: Each subpackage is of fixed length
 *      (Used for _PRT)
 *
 * ACPI_PTYPE2_MIN: Each subpackage has a variable but minimum length
 *      Used for _HPX
 *      (Used for _HPX)
 *
 *****************************************************************************/