diff options
author | Javi Merino <javi.merino@arm.com> | 2014-06-25 18:11:17 +0100 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-07-22 10:12:05 +0800 |
commit | 9746b6e726c82f7beb902596aad263b1539e8f5a (patch) | |
tree | 298be6fdb9debdb37d1f7c17f457179f79321c97 /drivers/thermal | |
parent | 1795cd9b3a91d4b5473c97f491d63892442212ab (diff) | |
download | linux-9746b6e726c82f7beb902596aad263b1539e8f5a.tar.gz linux-9746b6e726c82f7beb902596aad263b1539e8f5a.tar.bz2 linux-9746b6e726c82f7beb902596aad263b1539e8f5a.zip |
thermal: cpu_cooling: fix typo highjack -> hijack
Cc: Eduardo Valentin <eduardo.valentin@ti.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Javi Merino <javi.merino@arm.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/cpu_cooling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index 84a75f89bf74..1ab0018271c5 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c @@ -305,7 +305,7 @@ static int cpufreq_apply_cooling(struct cpufreq_cooling_device *cpufreq_device, * @event: value showing cpufreq event for which this function invoked. * @data: callback-specific data * - * Callback to highjack the notification on cpufreq policy transition. + * Callback to hijack the notification on cpufreq policy transition. * Every time there is a change in policy, we will intercept and * update the cpufreq policy with thermal constraints. * |