Commit 4295733e authored by Manuel Pégourié-Gonnard's avatar Manuel Pégourié-Gonnard Committed by Rafael J. Wysocki

PM / core: fix typo in documentation

The documentation for detach() said attach.
Signed-off-by: default avatarManuel Pégourié-Gonnard <mpg@elzevir.fr>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent a436b6a1
......@@ -112,7 +112,7 @@ EXPORT_SYMBOL_GPL(dev_pm_domain_attach);
/**
* dev_pm_domain_detach - Detach a device from its PM domain.
* @dev: Device to attach.
* @dev: Device to detach.
* @power_off: Used to indicate whether we should power off the device.
*
* This functions will reverse the actions from dev_pm_domain_attach() and thus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment