2015-05-23 05:07:20

by Shailendra Verma

[permalink] [raw]
Subject: [PATCH] cpufreq:gx-suspmod - Fix two typos in two comments.


Signed-off-by: Shailendra Verma <[email protected]>
---
drivers/cpufreq/gx-suspmod.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c
index 1d723dc..3488c9c 100644
--- a/drivers/cpufreq/gx-suspmod.c
+++ b/drivers/cpufreq/gx-suspmod.c
@@ -144,7 +144,7 @@ module_param(max_duration, int, 0444);


/**
- * we can detect a core multipiler from dir0_lsb
+ * we can detect a core multiplier from dir0_lsb
* from GX1 datasheet p.56,
* MULT[3:0]:
* 0000 = SYSCLK multiplied by 4 (test only)
@@ -346,7 +346,7 @@ static int cpufreq_gx_verify(struct cpufreq_policy *policy)

/* it needs to be assured that at least one supported frequency is
* within policy->min and policy->max. If it is not, policy->max
- * needs to be increased until one freuqency is supported.
+ * needs to be increased until one frequency is supported.
* policy->min may not be decreased, though. This way we guarantee a
* specific processing capacity.
*/
--
1.7.9.5


2015-05-25 07:21:21

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH] cpufreq:gx-suspmod - Fix two typos in two comments.

On 23-05-15, 10:36, Shailendra Verma wrote:
>
> Signed-off-by: Shailendra Verma <[email protected]>
> ---
> drivers/cpufreq/gx-suspmod.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c
> index 1d723dc..3488c9c 100644
> --- a/drivers/cpufreq/gx-suspmod.c
> +++ b/drivers/cpufreq/gx-suspmod.c
> @@ -144,7 +144,7 @@ module_param(max_duration, int, 0444);
>
>
> /**
> - * we can detect a core multipiler from dir0_lsb
> + * we can detect a core multiplier from dir0_lsb
> * from GX1 datasheet p.56,
> * MULT[3:0]:
> * 0000 = SYSCLK multiplied by 4 (test only)
> @@ -346,7 +346,7 @@ static int cpufreq_gx_verify(struct cpufreq_policy *policy)
>
> /* it needs to be assured that at least one supported frequency is
> * within policy->min and policy->max. If it is not, policy->max
> - * needs to be increased until one freuqency is supported.
> + * needs to be increased until one frequency is supported.
> * policy->min may not be decreased, though. This way we guarantee a
> * specific processing capacity.
> */

Acked-by: Viresh Kumar <[email protected]>

--
viresh

2015-06-15 23:11:44

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] cpufreq:gx-suspmod - Fix two typos in two comments.

On Monday, May 25, 2015 12:51:14 PM Viresh Kumar wrote:
> On 23-05-15, 10:36, Shailendra Verma wrote:
> >
> > Signed-off-by: Shailendra Verma <[email protected]>
> > ---
> > drivers/cpufreq/gx-suspmod.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c
> > index 1d723dc..3488c9c 100644
> > --- a/drivers/cpufreq/gx-suspmod.c
> > +++ b/drivers/cpufreq/gx-suspmod.c
> > @@ -144,7 +144,7 @@ module_param(max_duration, int, 0444);
> >
> >
> > /**
> > - * we can detect a core multipiler from dir0_lsb
> > + * we can detect a core multiplier from dir0_lsb
> > * from GX1 datasheet p.56,
> > * MULT[3:0]:
> > * 0000 = SYSCLK multiplied by 4 (test only)
> > @@ -346,7 +346,7 @@ static int cpufreq_gx_verify(struct cpufreq_policy *policy)
> >
> > /* it needs to be assured that at least one supported frequency is
> > * within policy->min and policy->max. If it is not, policy->max
> > - * needs to be increased until one freuqency is supported.
> > + * needs to be increased until one frequency is supported.
> > * policy->min may not be decreased, though. This way we guarantee a
> > * specific processing capacity.
> > */
>
> Acked-by: Viresh Kumar <[email protected]>

Queued up for 4.2, thanks!


--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.