summaryrefslogtreecommitdiffstats
path: root/Documentation/power/runtime_pm.txt
diff options
context:
space:
mode:
authorTom Saeger2017-10-10 19:36:09 +0200
committerJonathan Corbet2017-10-12 19:12:29 +0200
commit66ccc64f2c3b934f065811160be288cb9a2815ef (patch)
tree3a7cbff8c9318c39d38c32e0cbe659cf87788b30 /Documentation/power/runtime_pm.txt
parentDocumentation: add script and build target to check for broken file references (diff)
downloadkernel-qcow2-linux-66ccc64f2c3b934f065811160be288cb9a2815ef.tar.gz
kernel-qcow2-linux-66ccc64f2c3b934f065811160be288cb9a2815ef.tar.xz
kernel-qcow2-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.txt2
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