summaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-05-15 15:21:43 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-05-17 12:41:49 +0200
commit49072f97d4a3f8f44fe9677e3df94082b29b7e6f (patch)
treee8834eb5216dec5fa552364ab9ca45aac6f55700 /drivers/base
parent94ef9b8e2b941ab7e7ce88fa48ce626fa529bf2f (diff)
downloadlinux-stable-49072f97d4a3f8f44fe9677e3df94082b29b7e6f.tar.gz
linux-stable-49072f97d4a3f8f44fe9677e3df94082b29b7e6f.tar.bz2
linux-stable-49072f97d4a3f8f44fe9677e3df94082b29b7e6f.zip
PM / domains: Improve wording of dev_pm_domain_attach() comment
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/power/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/power/common.c b/drivers/base/power/common.c
index 390868c2b392..7ae62b6355b8 100644
--- a/drivers/base/power/common.c
+++ b/drivers/base/power/common.c
@@ -98,8 +98,8 @@ EXPORT_SYMBOL_GPL(dev_pm_put_subsys_data);
* Callers must ensure proper synchronization of this function with power
* management callbacks.
*
- * Returns 0 on successfully attached PM domain and when it found that the
- * device don't need a PM domain, else a negative error code.
+ * Returns 0 on successfully attached PM domain, or when it is found that the
+ * device doesn't need a PM domain, else a negative error code.
*/
int dev_pm_domain_attach(struct device *dev, bool power_on)
{