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

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>

authored by

Nigel Christian and committed by
Rafael J. Wysocki
75a8d877 6f67e060

+1 -1
+1 -1
drivers/cpufreq/intel_pstate.c
··· 2498 2498 * driver call was via the normal or fast switch path. Various graphs 2499 2499 * output from the intel_pstate_tracer.py utility that include core_busy 2500 2500 * (or performance or core_avg_perf) have a fixed y-axis from 0 to 100%, 2501 - * so we use 10 to indicate the the normal path through the driver, and 2501 + * so we use 10 to indicate the normal path through the driver, and 2502 2502 * 90 to indicate the fast switch path through the driver. 2503 2503 * The scaled_busy field is not used, and is set to 0. 2504 2504 */