summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/nsrepair.c
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2009-12-11 07:24:27 (GMT)
committerLen Brown <len.brown@intel.com>2009-12-15 22:29:36 (GMT)
commit43420bbb892268b5fc42cb80c3bc31dedbad3ac9 (patch)
treed7c1030dfdca4c6c354d5ff1c10af017d2ac04e3 /drivers/acpi/acpica/nsrepair.c
parent3a58176e4fa47d8232e04131b023f3f2ecd7084b (diff)
downloadlinux-fsl-qoriq-43420bbb892268b5fc42cb80c3bc31dedbad3ac9.tar.xz
ACPICA: Update function headers and comments, no functional change
Update comments for repair of _FDE and _GTM methods. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/nsrepair.c')
-rw-r--r--drivers/acpi/acpica/nsrepair.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/nsrepair.c b/drivers/acpi/acpica/nsrepair.c
index 907f60c..4fd1bdb 100644
--- a/drivers/acpi/acpica/nsrepair.c
+++ b/drivers/acpi/acpica/nsrepair.c
@@ -399,6 +399,11 @@ acpi_ns_convert_to_buffer(union acpi_operand_object *original_object,
break;
case ACPI_TYPE_PACKAGE:
+ /*
+ * This case is often seen for predefined names that must return a
+ * Buffer object with multiple DWORD integers within. For example,
+ * _FDE and _GTM. The Package can be converted to a Buffer.
+ */
/* All elements of the Package must be integers */