projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d01410
)
ACPI / PM: Fixed a typo in a comment
author
Huang Rui
<ray.huang@amd.com>
Mon, 24 Nov 2014 11:56:38 +0000
(19:56 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 24 Nov 2014 22:06:13 +0000
(23:06 +0100)
Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/device_pm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/device_pm.c
b/drivers/acpi/device_pm.c
index 7db19316076659b493ab1d1c9a295dc88450381d..076af814956693e8e65e4a1208455012b1cf6be8 100644
(file)
--- 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 evalu
a
te _PSx.
*/
if (device->power.flags.power_resources) {
result = acpi_power_transition(device, state);