diff options
Diffstat (limited to 'drivers/acpi/acpica/dsmethod.c')
| -rw-r--r-- | drivers/acpi/acpica/dsmethod.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/dsmethod.c b/drivers/acpi/acpica/dsmethod.c index 00f5dab5bcc0..aa9a5d4e4052 100644 --- a/drivers/acpi/acpica/dsmethod.c +++ b/drivers/acpi/acpica/dsmethod.c @@ -61,7 +61,7 @@ acpi_ds_create_method_mutex(union acpi_operand_object *method_desc);   *   * FUNCTION:    acpi_ds_method_error   * - * PARAMETERS:  Status          - Execution status + * PARAMETERS:  status          - Execution status   *              walk_state      - Current state   *   * RETURN:      Status @@ -306,9 +306,9 @@ acpi_ds_begin_method_execution(struct acpi_namespace_node *method_node,   *   * FUNCTION:    acpi_ds_call_control_method   * - * PARAMETERS:  Thread              - Info for this thread + * PARAMETERS:  thread              - Info for this thread   *              this_walk_state     - Current walk state - *              Op                  - Current Op to be walked + *              op                  - Current Op to be walked   *   * RETURN:      Status   *  | 
