summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/power.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/power.c')
-rw-r--r--drivers/acpi/power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c
index 665e93ca0b40..87db3e124725 100644
--- a/drivers/acpi/power.c
+++ b/drivers/acpi/power.c
@@ -535,12 +535,12 @@ int acpi_device_sleep_wake(struct acpi_device *dev,
535 /* 535 /*
536 * Try to execute _DSW first. 536 * Try to execute _DSW first.
537 * 537 *
538 * Three agruments are needed for the _DSW object: 538 * Three arguments are needed for the _DSW object:
539 * Argument 0: enable/disable the wake capabilities 539 * Argument 0: enable/disable the wake capabilities
540 * Argument 1: target system state 540 * Argument 1: target system state
541 * Argument 2: target device state 541 * Argument 2: target device state
542 * When _DSW object is called to disable the wake capabilities, maybe 542 * When _DSW object is called to disable the wake capabilities, maybe
543 * the first argument is filled. The values of the other two agruments 543 * the first argument is filled. The values of the other two arguments
544 * are meaningless. 544 * are meaningless.
545 */ 545 */
546 in_arg[0].type = ACPI_TYPE_INTEGER; 546 in_arg[0].type = ACPI_TYPE_INTEGER;