diff mbox

Documentation: cpufreq: intel_pstate: fix typo

Message ID 1455733473-1856-1-git-send-email-felipe@nutanix.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Felipe Franciosi Feb. 17, 2016, 6:24 p.m. UTC
This just fixes a typo in the intel_pstate documentaion.

Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
---
 Documentation/cpu-freq/intel-pstate.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

srinivas pandruvada Feb. 17, 2016, 6:38 p.m. UTC | #1
On Wed, 2016-02-17 at 18:24 +0000, Felipe Franciosi wrote:
> This just fixes a typo in the intel_pstate documentaion.
> 
You are adding typo in the commit message..
Also I will not call the change a typo, rather remove trailing colon
from policy "performance".

> Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
> ---
>  Documentation/cpu-freq/intel-pstate.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/cpu-freq/intel-pstate.txt
> b/Documentation/cpu-freq/intel-pstate.txt
> index f7b12c0..e6bd1e6 100644
> --- a/Documentation/cpu-freq/intel-pstate.txt
> +++ b/Documentation/cpu-freq/intel-pstate.txt
> @@ -25,7 +25,7 @@ callback, so cpufreq core can't request a
> transition to a specific frequency.
>  The driver provides minimum and maximum frequency limits and
> callbacks to set a
>  policy. The policy in cpufreq sysfs is referred to as the "scaling
> governor".
>  The cpufreq core can request the driver to operate in any of the two
> policies:
> -"performance: and "powersave". The driver decides which frequency to
> use based
> +"performance" and "powersave". The driver decides which frequency to
> use based
>  on the above policy selection considering minimum and maximum
> frequency limits.
>  
>  The Intel P-State driver falls under the latter category, which
> implements the
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Felipe Franciosi Feb. 18, 2016, 10:04 a.m. UTC | #2
Lol you are right. I'll fix my typo and send a v2. :-)

It's really swapping a colon for a quote symbol, not just removing the colon. So it looks like the current version has a typo. But I'll rephrase slightly.

Cheers,
Felipe





On 17/02/2016 18:38, "Srinivas Pandruvada" <srinivas.pandruvada@linux.intel.com> wrote:

>On Wed, 2016-02-17 at 18:24 +0000, Felipe Franciosi wrote:

>> This just fixes a typo in the intel_pstate documentaion.

>> 

>You are adding typo in the commit message..

>Also I will not call the change a typo, rather remove trailing colon

>from policy "performance".

>

>> Signed-off-by: Felipe Franciosi <felipe@nutanix.com>

>> ---

>>  Documentation/cpu-freq/intel-pstate.txt |    2 +-

>>  1 files changed, 1 insertions(+), 1 deletions(-)

>> 

>> diff --git a/Documentation/cpu-freq/intel-pstate.txt

>> b/Documentation/cpu-freq/intel-pstate.txt

>> index f7b12c0..e6bd1e6 100644

>> --- a/Documentation/cpu-freq/intel-pstate.txt

>> +++ b/Documentation/cpu-freq/intel-pstate.txt

>> @@ -25,7 +25,7 @@ callback, so cpufreq core can't request a

>> transition to a specific frequency.

>>  The driver provides minimum and maximum frequency limits and

>> callbacks to set a

>>  policy. The policy in cpufreq sysfs is referred to as the "scaling

>> governor".

>>  The cpufreq core can request the driver to operate in any of the two

>> policies:

>> -"performance: and "powersave". The driver decides which frequency to

>> use based

>> +"performance" and "powersave". The driver decides which frequency to

>> use based

>>  on the above policy selection considering minimum and maximum

>> frequency limits.

>>  

>>  The Intel P-State driver falls under the latter category, which

>> implements the
diff mbox

Patch

diff --git a/Documentation/cpu-freq/intel-pstate.txt b/Documentation/cpu-freq/intel-pstate.txt
index f7b12c0..e6bd1e6 100644
--- a/Documentation/cpu-freq/intel-pstate.txt
+++ b/Documentation/cpu-freq/intel-pstate.txt
@@ -25,7 +25,7 @@  callback, so cpufreq core can't request a transition to a specific frequency.
 The driver provides minimum and maximum frequency limits and callbacks to set a
 policy. The policy in cpufreq sysfs is referred to as the "scaling governor".
 The cpufreq core can request the driver to operate in any of the two policies:
-"performance: and "powersave". The driver decides which frequency to use based
+"performance" and "powersave". The driver decides which frequency to use based
 on the above policy selection considering minimum and maximum frequency limits.
 
 The Intel P-State driver falls under the latter category, which implements the