diff mbox

ACPI: Fixed a typo comment

Message ID 1416830198-2414-1-git-send-email-ray.huang@amd.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Huang Rui Nov. 24, 2014, 11:56 a.m. UTC
Signed-off-by: Huang Rui <ray.huang@amd.com>
---
 drivers/acpi/device_pm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki Nov. 25, 2014, 10:33 p.m. UTC | #1
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);
>
diff mbox

Patch

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);