aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/power/main.c')
-rw-r--r--kernel/power/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/power/main.c b/kernel/power/main.c
index 705c2366dafe..d9706da10930 100644
--- a/kernel/power/main.c
+++ b/kernel/power/main.c
@@ -455,8 +455,9 @@ struct kobject *power_kobj;
455 * state - control system sleep states. 455 * state - control system sleep states.
456 * 456 *
457 * show() returns available sleep state labels, which may be "mem", "standby", 457 * show() returns available sleep state labels, which may be "mem", "standby",
458 * "freeze" and "disk" (hibernation). See Documentation/power/states.txt for a 458 * "freeze" and "disk" (hibernation).
459 * description of what they mean. 459 * See Documentation/admin-guide/pm/sleep-states.rst for a description of
460 * what they mean.
460 * 461 *
461 * store() accepts one of those strings, translates it into the proper 462 * store() accepts one of those strings, translates it into the proper
462 * enumerated value, and initiates a suspend transition. 463 * enumerated value, and initiates a suspend transition.