diff options
Diffstat (limited to 'drivers/acpi/acpica/dsopcode.c')
-rw-r--r-- | drivers/acpi/acpica/dsopcode.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/acpi/acpica/dsopcode.c b/drivers/acpi/acpica/dsopcode.c index d09c6b4bab2c..ee6367b8eaf7 100644 --- a/drivers/acpi/acpica/dsopcode.c +++ b/drivers/acpi/acpica/dsopcode.c | |||
@@ -5,7 +5,7 @@ | |||
5 | *****************************************************************************/ | 5 | *****************************************************************************/ |
6 | 6 | ||
7 | /* | 7 | /* |
8 | * Copyright (C) 2000 - 2012, Intel Corp. | 8 | * Copyright (C) 2000 - 2013, Intel Corp. |
9 | * All rights reserved. | 9 | * All rights reserved. |
10 | * | 10 | * |
11 | * Redistribution and use in source and binary forms, with or without | 11 | * Redistribution and use in source and binary forms, with or without |
@@ -486,18 +486,18 @@ acpi_ds_eval_table_region_operands(struct acpi_walk_state *walk_state, | |||
486 | ACPI_FUNCTION_TRACE_PTR(ds_eval_table_region_operands, op); | 486 | ACPI_FUNCTION_TRACE_PTR(ds_eval_table_region_operands, op); |
487 | 487 | ||
488 | /* | 488 | /* |
489 | * This is where we evaluate the signature_string and oem_iDString | 489 | * This is where we evaluate the Signature string, oem_id string, |
490 | * and oem_table_iDString of the data_table_region declaration | 490 | * and oem_table_id string of the Data Table Region declaration |
491 | */ | 491 | */ |
492 | node = op->common.node; | 492 | node = op->common.node; |
493 | 493 | ||
494 | /* next_op points to signature_string op */ | 494 | /* next_op points to Signature string op */ |
495 | 495 | ||
496 | next_op = op->common.value.arg; | 496 | next_op = op->common.value.arg; |
497 | 497 | ||
498 | /* | 498 | /* |
499 | * Evaluate/create the signature_string and oem_iDString | 499 | * Evaluate/create the Signature string, oem_id string, |
500 | * and oem_table_iDString operands | 500 | * and oem_table_id string operands |
501 | */ | 501 | */ |
502 | status = acpi_ds_create_operands(walk_state, next_op); | 502 | status = acpi_ds_create_operands(walk_state, next_op); |
503 | if (ACPI_FAILURE(status)) { | 503 | if (ACPI_FAILURE(status)) { |
@@ -505,8 +505,8 @@ acpi_ds_eval_table_region_operands(struct acpi_walk_state *walk_state, | |||
505 | } | 505 | } |
506 | 506 | ||
507 | /* | 507 | /* |
508 | * Resolve the signature_string and oem_iDString | 508 | * Resolve the Signature string, oem_id string, |
509 | * and oem_table_iDString operands | 509 | * and oem_table_id string operands |
510 | */ | 510 | */ |
511 | status = acpi_ex_resolve_operands(op->common.aml_opcode, | 511 | status = acpi_ex_resolve_operands(op->common.aml_opcode, |
512 | ACPI_WALK_OPERANDS, walk_state); | 512 | ACPI_WALK_OPERANDS, walk_state); |