Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1318728
| From | Moritz Fischer <moritz.fischer@ettus.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESEND][PATCH] PM / Domains: Fix typo in comment |
| Date | 2016-01-27 08:40 +0100 |
| Message-ID | <qVsRQ-8v1-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Acked-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> --- drivers/base/power/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c index 167418e..f23c036 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. -- 2.7.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[RESEND][PATCH] PM / Domains: Fix typo in comment Moritz Fischer <moritz.fischer@ettus.com> - 2016-01-27 08:40 +0100
csiph-web