diff options
author | Bob Moore <robert.moore@intel.com> | 2012-07-16 03:52:27 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-07-17 06:05:49 +0200 |
commit | cf48958e84abb3b2dbb4202d0edbfce6aff65ce7 (patch) | |
tree | a47046d1f49e28159279347f4594aa53ccf12640 /drivers/acpi/acpica/exresolv.c | |
parent | ACPICA: Table manager: deploy new firmware error/warning interfaces (diff) | |
download | linux-cf48958e84abb3b2dbb4202d0edbfce6aff65ce7.tar.xz linux-cf48958e84abb3b2dbb4202d0edbfce6aff65ce7.zip |
ACPICA: Fix some comment fields
No functional change. Fixes some typos and linux divergences.
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/exresolv.c')
-rw-r--r-- | drivers/acpi/acpica/exresolv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/exresolv.c b/drivers/acpi/acpica/exresolv.c index 6e335dc34528..c6f0ad436c34 100644 --- a/drivers/acpi/acpica/exresolv.c +++ b/drivers/acpi/acpica/exresolv.c @@ -147,7 +147,7 @@ acpi_ex_resolve_object_to_value(union acpi_operand_object **stack_ptr, stack_desc = *stack_ptr; - /* This is a union acpi_operand_object */ + /* This is an object of type union acpi_operand_object */ switch (stack_desc->common.type) { case ACPI_TYPE_LOCAL_REFERENCE: |