diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-10 20:36:09 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-12 20:12:29 +0300 |
commit | 66ccc64f2c3b934f065811160be288cb9a2815ef (patch) | |
tree | 3a7cbff8c9318c39d38c32e0cbe659cf87788b30 /Documentation/process/submitting-drivers.rst | |
parent | e8939222dced668fc5cae02b0b601af069801107 (diff) | |
download | linux-66ccc64f2c3b934f065811160be288cb9a2815ef.tar.xz |
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/process/submitting-drivers.rst')
-rw-r--r-- | Documentation/process/submitting-drivers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/submitting-drivers.rst b/Documentation/process/submitting-drivers.rst index afb82ee0cbea..b38bf2054ce3 100644 --- a/Documentation/process/submitting-drivers.rst +++ b/Documentation/process/submitting-drivers.rst @@ -117,7 +117,7 @@ PM support: anything. For the driver testing instructions see Documentation/power/drivers-testing.txt and for a relatively complete overview of the power management issues related to - drivers see Documentation/power/admin-guide/devices.rst . + drivers see Documentation/driver-api/pm/devices.rst. Control: In general if there is active maintenance of a driver by |