diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-02-17 10:36:39 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-02-17 20:18:39 -0500 |
commit | 00bb3998829783157ccf1343abcccd38a604bc64 (patch) | |
tree | 6645bdeeb0bac39daa9f70e8e06bb6aadd3ec507 | |
parent | 8cff66791a6bfc8fb98f93e4e7c13fd06afecf7a (diff) |
PM / Documentation: Spelling s/wrtie/write/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | Documentation/power/states.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/states.txt b/Documentation/power/states.txt index 008ecb588317..bc4548245a24 100644 --- a/Documentation/power/states.txt +++ b/Documentation/power/states.txt | |||
@@ -25,7 +25,7 @@ to be used subsequently to change to the one represented by that string. | |||
25 | Consequently, there are two ways to cause the system to go into the | 25 | Consequently, there are two ways to cause the system to go into the |
26 | Suspend-To-Idle sleep state. The first one is to write "freeze" directly to | 26 | Suspend-To-Idle sleep state. The first one is to write "freeze" directly to |
27 | /sys/power/state. The second one is to write "s2idle" to /sys/power/mem_sleep | 27 | /sys/power/state. The second one is to write "s2idle" to /sys/power/mem_sleep |
28 | and then to wrtie "mem" to /sys/power/state. Similarly, there are two ways | 28 | and then to write "mem" to /sys/power/state. Similarly, there are two ways |
29 | to cause the system to go into the Power-On Suspend sleep state (the strings to | 29 | to cause the system to go into the Power-On Suspend sleep state (the strings to |
30 | write to the control files in that case are "standby" or "shallow" and "mem", | 30 | write to the control files in that case are "standby" or "shallow" and "mem", |
31 | respectively) if that state is supported by the platform. In turn, there is | 31 | respectively) if that state is supported by the platform. In turn, there is |