Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75f9c293 authored by Huang Rui's avatar Huang Rui Committed by Rafael J. Wysocki
Browse files

ACPI / PM: Fixed a typo in a comment

parent 5d01410f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);