diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-10 19:36:09 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-12 19:12:29 +0200 |
commit | 66ccc64f2c3b934f065811160be288cb9a2815ef (patch) | |
tree | 3a7cbff8c9318c39d38c32e0cbe659cf87788b30 /Documentation/power/runtime_pm.txt | |
parent | Documentation: add script and build target to check for broken file references (diff) | |
download | linux-66ccc64f2c3b934f065811160be288cb9a2815ef.tar.xz linux-66ccc64f2c3b934f065811160be288cb9a2815ef.zip |
Documentation: fix driver-api doc refs
Make driver-api document refs valid.
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt index 625549d4c74a..57af2f7963ee 100644 --- a/Documentation/power/runtime_pm.txt +++ b/Documentation/power/runtime_pm.txt @@ -680,7 +680,7 @@ left in runtime suspend. If that happens, the PM core will not execute any system suspend and resume callbacks for all of those devices, except for the complete callback, which is then entirely responsible for handling the device as appropriate. This only applies to system suspend transitions that are not -related to hibernation (see Documentation/power/admin-guide/devices.rst for more +related to hibernation (see Documentation/driver-api/pm/devices.rst for more information). The PM core does its best to reduce the probability of race conditions between |