From: Manuel Pégourié-Gonnard Date: Tue, 29 Dec 2015 10:03:21 +0000 (+0100) Subject: PM / core: fix typo in documentation X-Git-Tag: v4.5-rc1~125^2~6^3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4295733eee4e69eda432d95765b7762dc6013271;p=karo-tx-linux.git PM / core: fix typo in documentation The documentation for detach() said attach. Signed-off-by: Manuel Pégourié-Gonnard Acked-by: Pavel Machek Signed-off-by: Rafael J. Wysocki --- 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