diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2016-01-27 10:29:27 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-01-28 01:07:29 +0300 |
commit | a3d09c73492e57a1189e410f67e4d2115b23a3a8 (patch) | |
tree | 85a653c0a0e3a2e733f3d1ecdfd4477c7640723c | |
parent | cdb300a041f5df1dfbde1367f95109b6449d1371 (diff) | |
download | linux-a3d09c73492e57a1189e410f67e4d2115b23a3a8.tar.xz |
PM / Domains: Fix typo in comment
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>
-rw-r--r-- | drivers/base/power/domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c index 2ff818c2ae6b..014024a2fee9 100644 --- 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 domait to power off. + * @genpd: PM domain to power off. * * Queue up the execution of genpd_poweroff() unless it's already been done * before. |