aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r--drivers/acpi/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index 446c959a8f08..1b66fc835e39 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -895,7 +895,7 @@ static void acpi_bus_get_wakeup_device_flags(struct acpi_device *device)
895 /* 895 /*
896 * Call _PSW/_DSW object to disable its ability to wake the sleeping 896 * Call _PSW/_DSW object to disable its ability to wake the sleeping
897 * system for the ACPI device with the _PRW object. 897 * system for the ACPI device with the _PRW object.
898 * The _PSW object is depreciated in ACPI 3.0 and is replaced by _DSW. 898 * The _PSW object is deprecated in ACPI 3.0 and is replaced by _DSW.
899 * So it is necessary to call _DSW object first. Only when it is not 899 * So it is necessary to call _DSW object first. Only when it is not
900 * present will the _PSW object used. 900 * present will the _PSW object used.
901 */ 901 */