All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PM / Domains: Fix typo in comment
@ 2015-12-24 17:51 Moritz Fischer
  2016-01-26 23:51 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Moritz Fischer @ 2015-12-24 17:51 UTC (permalink / raw)
  To: khilman; +Cc: ulf.hansson, gregkh, linux-kernel, Moritz Fischer

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 65f50ec..53e81ac 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.4.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] PM / Domains: Fix typo in comment
  2015-12-24 17:51 [PATCH] PM / Domains: Fix typo in comment Moritz Fischer
@ 2016-01-26 23:51 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2016-01-26 23:51 UTC (permalink / raw)
  To: Moritz Fischer
  Cc: ulf.hansson, gregkh, linux-kernel, Rafael J. Wysocki, linux-pm

+ Rafael, linux-pm

Hi Moritz,

Moritz Fischer <moritz.fischer@ettus.com> writes:

> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>

Looks like this isn't yet applied.  It was likely missed because I've
been away and/or wasn't sent to linux-pm or Rafael.

Anyways, could you please re-send including them so Rafael has it in his
inbox and can apply directly.

Also, feel free to add

Acked-by: Kevin Hilman <khilman@baylibre.com>

Thanks,

Kevin

> ---
>  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 65f50ec..53e81ac 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-26 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-24 17:51 [PATCH] PM / Domains: Fix typo in comment Moritz Fischer
2016-01-26 23:51 ` Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.