Commit 4e6df217 authored by Yue Hu's avatar Yue Hu Committed by Rafael J. Wysocki

cpufreq: Fix typo in kerneldoc comment

Change 'Terget' to 'Target'.

Should be Target.
Signed-off-by: default avatarYue Hu <huyue2@yulong.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
[ rjw: Subject edits ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent e209cb51
...@@ -2101,7 +2101,7 @@ EXPORT_SYMBOL_GPL(cpufreq_driver_fast_switch); ...@@ -2101,7 +2101,7 @@ EXPORT_SYMBOL_GPL(cpufreq_driver_fast_switch);
* cpufreq_driver_adjust_perf - Adjust CPU performance level in one go. * cpufreq_driver_adjust_perf - Adjust CPU performance level in one go.
* @cpu: Target CPU. * @cpu: Target CPU.
* @min_perf: Minimum (required) performance level (units of @capacity). * @min_perf: Minimum (required) performance level (units of @capacity).
* @target_perf: Terget (desired) performance level (units of @capacity). * @target_perf: Target (desired) performance level (units of @capacity).
* @capacity: Capacity of the target CPU. * @capacity: Capacity of the target CPU.
* *
* Carry out a fast performance level switch of @cpu without sleeping. * Carry out a fast performance level switch of @cpu without sleeping.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment