Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Felipe Franciosi and committed by
Rafael J. Wysocki
5bc8ac0f 6541aef0

+1 -1
+1 -1
Documentation/cpu-freq/intel-pstate.txt
··· 25 25 The driver provides minimum and maximum frequency limits and callbacks to set a 26 26 policy. The policy in cpufreq sysfs is referred to as the "scaling governor". 27 27 The cpufreq core can request the driver to operate in any of the two policies: 28 - "performance: and "powersave". The driver decides which frequency to use based 28 + "performance" and "powersave". The driver decides which frequency to use based 29 29 on the above policy selection considering minimum and maximum frequency limits. 30 30 31 31 The Intel P-State driver falls under the latter category, which implements the