Merge branch 'acpica' into acpi-pm
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 1 Dec 2014 22:51:00 +0000 (23:51 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 1 Dec 2014 22:51:00 +0000 (23:51 +0100)
drivers/acpi/device_pm.c

index 7db1931..076af81 100644 (file)
@@ -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);