diff options
author | Chen Hanxiao <chenhanxiao@cn.fujitsu.com> | 2014-10-29 05:38:03 -0400 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2014-11-19 12:07:08 -0500 |
commit | 049db626beae30769501abd946055aa9014d80af (patch) | |
tree | 57e9bb907d210b2e2102d81a39b383b6dffe9634 /drivers/platform/x86 | |
parent | efef87296eb6bf7b9a21b16f81a6ddd5ee33b513 (diff) |
intel_ips: fix a comment typo
s/tempurature/temperature/
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r-- | drivers/platform/x86/intel_ips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_ips.c b/drivers/platform/x86/intel_ips.c index c0242ed13d9e..3c0323233a98 100644 --- a/drivers/platform/x86/intel_ips.c +++ b/drivers/platform/x86/intel_ips.c | |||
@@ -33,7 +33,7 @@ | |||
33 | * performance by allocating more power or thermal budget to the CPU or GPU | 33 | * performance by allocating more power or thermal budget to the CPU or GPU |
34 | * based on available headroom and activity. | 34 | * based on available headroom and activity. |
35 | * | 35 | * |
36 | * The basic algorithm is driven by a 5s moving average of tempurature. If | 36 | * The basic algorithm is driven by a 5s moving average of temperature. If |
37 | * thermal headroom is available, the CPU and/or GPU power clamps may be | 37 | * thermal headroom is available, the CPU and/or GPU power clamps may be |
38 | * adjusted upwards. If we hit the thermal ceiling or a thermal trigger, | 38 | * adjusted upwards. If we hit the thermal ceiling or a thermal trigger, |
39 | * we scale back the clamp. Aside from trigger events (when we're critically | 39 | * we scale back the clamp. Aside from trigger events (when we're critically |