Re: [PATCH] cpufreq: Fix typo in comments
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-02-19 15:19:30
On Thu, Feb 18, 2021 at 11:50 AM Viresh Kumar [off-list ref] wrote:
On 18-02-21, 17:53, Yue Hu wrote:quoted
From: Yue Hu <redacted> Change 'Terget' to 'Target'. Should be Target. Signed-off-by: Yue Hu <redacted> --- drivers/cpufreq/cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index d0a3525..e4ec74d 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c@@ -2101,7 +2101,7 @@ unsigned int cpufreq_driver_fast_switch(struct cpufreq_policy *policy, * cpufreq_driver_adjust_perf - Adjust CPU performance level in one go. * @cpu: Target CPU. * @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. * * Carry out a fast performance level switch of @cpu without sleeping.Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Applied as 5.12-rc material, thanks!