From: Moritz Fischer Date: Wed, 27 Jan 2016 07:29:27 +0000 (+0100) Subject: PM / Domains: Fix typo in comment X-Git-Tag: v4.9.8~2771^2^4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3d09c73492e57a1189e410f67e4d2115b23a3a8;p=platform%2Fkernel%2Flinux-rpi3.git PM / Domains: Fix typo in comment Acked-by: Kevin Hilman Signed-off-by: Moritz Fischer Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c index 2ff818c..014024a 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.