1
0
Fork 0

ACPI / PM: Fixed a typo in a comment

Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.1
Huang Rui 2014-11-24 19:56:38 +08:00 committed by Rafael J. Wysocki
parent 5d01410fe4
commit 75f9c2939a
1 changed files with 1 additions and 1 deletions

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