diff mbox series

cpufreq: Fix typo in comments

Message ID 20210218095338.1766-1-zbestahu@gmail.com (mailing list archive)
State Mainlined, archived
Headers show
Series cpufreq: Fix typo in comments | expand

Commit Message

Yue Hu Feb. 18, 2021, 9:53 a.m. UTC
From: Yue Hu <huyue2@yulong.com>

Change 'Terget' to 'Target'.

Should be Target.

Signed-off-by: Yue Hu <huyue2@yulong.com>
---
 drivers/cpufreq/cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Viresh Kumar Feb. 18, 2021, 10:05 a.m. UTC | #1
On 18-02-21, 17:53, Yue Hu wrote:
> From: Yue Hu <huyue2@yulong.com>
> 
> Change 'Terget' to 'Target'.
> 
> Should be Target.
> 
> Signed-off-by: Yue Hu <huyue2@yulong.com>
> ---
>  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>
Rafael J. Wysocki Feb. 19, 2021, 3:18 p.m. UTC | #2
On Thu, Feb 18, 2021 at 11:50 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 18-02-21, 17:53, Yue Hu wrote:
> > From: Yue Hu <huyue2@yulong.com>
> >
> > Change 'Terget' to 'Target'.
> >
> > Should be Target.
> >
> > Signed-off-by: Yue Hu <huyue2@yulong.com>
> > ---
> >  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!
diff mbox series

Patch

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.