linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: Fixed a typo comment
@ 2014-11-24 11:56 Huang Rui
  2014-11-25 22:33 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Rui @ 2014-11-24 11:56 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown; +Cc: linux-acpi, linux-kernel, Huang Rui

Signed-off-by: Huang Rui <ray.huang@amd.com>
---
 drivers/acpi/device_pm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
index 7db1931..076af81 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -201,7 +201,7 @@ int acpi_device_set_power(struct acpi_device *device, int state)
 	 * Transition Power
 	 * ----------------
 	 * In accordance with the ACPI specification first apply power (via
-	 * power resources) and then evalute _PSx.
+	 * power resources) and then evaluate _PSx.
 	 */
 	if (device->power.flags.power_resources) {
 		result = acpi_power_transition(device, state);
-- 
1.7.9.6


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

* Re: [PATCH] ACPI: Fixed a typo comment
  2014-11-24 11:56 [PATCH] ACPI: Fixed a typo comment Huang Rui
@ 2014-11-25 22:33 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2014-11-25 22:33 UTC (permalink / raw)
  To: Huang Rui; +Cc: Len Brown, linux-acpi, linux-kernel

On Monday, November 24, 2014 07:56:38 PM Huang Rui wrote:
> Signed-off-by: Huang Rui <ray.huang@amd.com>

Queued up for 3.19-rc1, thanks!

> ---
>  drivers/acpi/device_pm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
> index 7db1931..076af81 100644
> --- a/drivers/acpi/device_pm.c
> +++ b/drivers/acpi/device_pm.c
> @@ -201,7 +201,7 @@ int acpi_device_set_power(struct acpi_device *device, int state)
>  	 * Transition Power
>  	 * ----------------
>  	 * In accordance with the ACPI specification first apply power (via
> -	 * power resources) and then evalute _PSx.
> +	 * power resources) and then evaluate _PSx.
>  	 */
>  	if (device->power.flags.power_resources) {
>  		result = acpi_power_transition(device, state);
> 

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

end of thread, other threads:[~2014-11-25 22:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-24 11:56 [PATCH] ACPI: Fixed a typo comment Huang Rui
2014-11-25 22:33 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).