Skip to content

Commit

Permalink
driver core: Fix link to device power management documentation
Browse files Browse the repository at this point in the history
Correct location as of commit 2728b2d (PM / core / docs:
Convert sleep states API document to reST).

Fixes: 2728b2d (PM / core / docs: Convert sleep states API document to reST)
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
geertu authored and rafaeljw committed Sep 18, 2017
1 parent 2bd6bf0 commit 74378c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ struct dev_links_info {
* @driver_data: Private pointer for driver specific info.
* @links: Links to suppliers and consumers of this device.
* @power: For device power management.
* See Documentation/power/admin-guide/devices.rst for details.
* See Documentation/driver-api/pm/devices.rst for details.
* @pm_domain: Provide callbacks that are executed during system suspend,
* hibernation, system resume and during runtime PM transitions
* along with subsystem-level and driver-level callbacks.
Expand Down

0 comments on commit 74378c5

Please sign in to comment.