projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdb300a
)
PM / Domains: Fix typo in comment
author
Moritz Fischer
<moritz.fischer@ettus.com>
Wed, 27 Jan 2016 07:29:27 +0000
(08:29 +0100)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 27 Jan 2016 22:07:29 +0000
(23:07 +0100)
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/domain.c
patch
|
blob
|
history
diff --git
a/drivers/base/power/domain.c
b/drivers/base/power/domain.c
index 2ff818c2ae6bab2c18072a22a42984f76fa51ddc..014024a2fee9d2025ad072b11e23b508dde7659e 100644
(file)
--- a/
drivers/base/power/domain.c
+++ b/
drivers/base/power/domain.c
@@
-160,7
+160,7
@@
static int genpd_power_off(struct generic_pm_domain *genpd, bool timed)
/**
* genpd_queue_power_off_work - Queue up the execution of genpd_poweroff().
- * @genpd: PM domai
t
to power off.
+ * @genpd: PM domai
n
to power off.
*
* Queue up the execution of genpd_poweroff() unless it's already been done
* before.