thermal: cpu_cooling: fix typo highjack -> hijack
authorJavi Merino <javi.merino@arm.com>
Wed, 25 Jun 2014 17:11:17 +0000 (18:11 +0100)
committerZhang Rui <rui.zhang@intel.com>
Tue, 22 Jul 2014 02:12:05 +0000 (10:12 +0800)
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>
drivers/thermal/cpu_cooling.c

index 84a75f8..1ab0018 100644 (file)
@@ -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.
  *