summaryrefslogtreecommitdiffstats
path: root/Documentation/cpu-freq
diff options
context:
space:
mode:
authorFelipe Franciosi <felipe@nutanix.com>2016-02-18 14:51:46 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-02-18 20:31:53 +0100
commit5bc8ac0f68284e3c05e0465afb59c62c996d9d8a (patch)
treef5ffd0fa0c9be11eeac894dd851a5aab6ed667bf /Documentation/cpu-freq
parent6541aef01a9b308f280d3f2d26a46858e6dbef6a (diff)
downloadop-kernel-dev-5bc8ac0f68284e3c05e0465afb59c62c996d9d8a.zip
op-kernel-dev-5bc8ac0f68284e3c05e0465afb59c62c996d9d8a.tar.gz
Documentation: cpufreq: intel_pstate: fix typo
This just swaps a colon for a quote in the intel_pstate documentation. Signed-off-by: Felipe Franciosi <felipe@nutanix.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r--Documentation/cpu-freq/intel-pstate.txt2
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
OpenPOWER on IntegriCloud