aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/exprep.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/exprep.c')
-rw-r--r--drivers/acpi/acpica/exprep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/exprep.c b/drivers/acpi/acpica/exprep.c
index 30157f5a12d7..81eca60d2748 100644
--- a/drivers/acpi/acpica/exprep.c
+++ b/drivers/acpi/acpica/exprep.c
@@ -391,12 +391,12 @@ acpi_ex_prep_common_field_object(union acpi_operand_object *obj_desc,
391 * 391 *
392 * FUNCTION: acpi_ex_prep_field_value 392 * FUNCTION: acpi_ex_prep_field_value
393 * 393 *
394 * PARAMETERS: Info - Contains all field creation info 394 * PARAMETERS: info - Contains all field creation info
395 * 395 *
396 * RETURN: Status 396 * RETURN: Status
397 * 397 *
398 * DESCRIPTION: Construct a union acpi_operand_object of type def_field and 398 * DESCRIPTION: Construct an object of type union acpi_operand_object with a
399 * connect it to the parent Node. 399 * subtype of def_field and connect it to the parent Node.
400 * 400 *
401 ******************************************************************************/ 401 ******************************************************************************/
402 402