From: Javi Merino Date: Wed, 25 Jun 2014 17:11:17 +0000 (+0100) Subject: thermal: cpu_cooling: fix typo highjack -> hijack X-Git-Tag: firefly_0821_release~176^2~3414^2^4~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9746b6e726c82f7beb902596aad263b1539e8f5a;p=firefly-linux-kernel-4.4.55.git thermal: cpu_cooling: fix typo highjack -> hijack Cc: Eduardo Valentin Cc: Zhang Rui Signed-off-by: Javi Merino Signed-off-by: Zhang Rui --- 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. *