aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2015-12-29 11:03:21 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-01-02 00:34:49 +0100
commit4295733eee4e69eda432d95765b7762dc6013271 (patch)
tree04238129247da128393fe256e934813789f30a63 /drivers
parentPM / runtime: Add new helper for conditional usage count incrementation (diff)
downloadlinux-dev-4295733eee4e69eda432d95765b7762dc6013271.tar.xz
linux-dev-4295733eee4e69eda432d95765b7762dc6013271.zip
PM / core: fix typo in documentation
The documentation for detach() said attach. Signed-off-by: Manuel Pégourié-Gonnard <mpg@elzevir.fr> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/base/power/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/common.c b/drivers/base/power/common.c
index f32b802b98f4..f48e33385b3e 100644
--- a/drivers/base/power/common.c
+++ b/drivers/base/power/common.c
@@ -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