diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-11-08 17:54:51 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-11-08 09:15:14 -0500 |
commit | 1f999d14fc7f772fbdd19151ebe5ee081f53dd49 (patch) | |
tree | 3b486ac3b990618d97635d5a2689ac56052a98f9 /Documentation/power/runtime_pm.txt | |
parent | c0d7305cb3e5e77dba822706e21898314e893fb7 (diff) | |
download | op-kernel-dev-1f999d14fc7f772fbdd19151ebe5ee081f53dd49.zip op-kernel-dev-1f999d14fc7f772fbdd19151ebe5ee081f53dd49.tar.gz |
Documentation: power: Fix typo in Documentation/power
This patch fix spelling typos found in Documentation/power.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/power/runtime_pm.txt')
-rw-r--r-- | Documentation/power/runtime_pm.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt index f32ce54..0e5ea26 100644 --- a/Documentation/power/runtime_pm.txt +++ b/Documentation/power/runtime_pm.txt @@ -229,13 +229,13 @@ defined in include/linux/pm.h: - if set, the value of child_count is ignored (but still updated) unsigned int disable_depth; - - used for disabling the helper funcions (they work normally if this is + - used for disabling the helper functions (they work normally if this is equal to zero); the initial value of it is 1 (i.e. runtime PM is initially disabled for all devices) int runtime_error; - if set, there was a fatal error (one of the callbacks returned error code - as described in Section 2), so the helper funtions will not work until + as described in Section 2), so the helper functions will not work until this flag is cleared; this is the error code returned by the failing callback @@ -524,7 +524,7 @@ pm_runtime_put_sync_autosuspend() 5. Runtime PM Initialization, Device Probing and Removal Initially, the runtime PM is disabled for all devices, which means that the -majority of the runtime PM helper funtions described in Section 4 will return +majority of the runtime PM helper functions described in Section 4 will return -EAGAIN until pm_runtime_enable() is called for the device. In addition to that, the initial runtime PM status of all devices is |