aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/thermal/cpu_cooling.c2
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,
305 * @event: value showing cpufreq event for which this function invoked. 305 * @event: value showing cpufreq event for which this function invoked.
306 * @data: callback-specific data 306 * @data: callback-specific data
307 * 307 *
308 * Callback to highjack the notification on cpufreq policy transition. 308 * Callback to hijack the notification on cpufreq policy transition.
309 * Every time there is a change in policy, we will intercept and 309 * Every time there is a change in policy, we will intercept and
310 * update the cpufreq policy with thermal constraints. 310 * update the cpufreq policy with thermal constraints.
311 * 311 *