aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorNigel Christian <nigel.l.christian@gmail.com>2021-01-16 19:47:05 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-01-22 17:04:56 +0100
commit75a8d877d65732b9669a0ebaa36311f12011fdcd (patch)
tree358fc1f13f2a23dad415e7d1b3ba25f8ae0004f3 /drivers/cpufreq
parentcpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if available (diff)
downloadlinux-dev-75a8d877d65732b9669a0ebaa36311f12011fdcd.tar.xz
linux-dev-75a8d877d65732b9669a0ebaa36311f12011fdcd.zip
cpufreq: intel_pstate: Remove repeated word
In the comment for trace in passive mode there is an unnecessary "the". Eradicate it. Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/intel_pstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 6f2ff2775664..5175ae3cac44 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -2498,7 +2498,7 @@ static int intel_cpufreq_verify_policy(struct cpufreq_policy_data *policy)
* driver call was via the normal or fast switch path. Various graphs
* output from the intel_pstate_tracer.py utility that include core_busy
* (or performance or core_avg_perf) have a fixed y-axis from 0 to 100%,
- * so we use 10 to indicate the the normal path through the driver, and
+ * so we use 10 to indicate the normal path through the driver, and
* 90 to indicate the fast switch path through the driver.
* The scaled_busy field is not used, and is set to 0.
*/