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

Documentation: cpufreq: delete duplicate description of sysfs interface 'scaling_driver'

The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
description of sysfs interface 'scaling_driver'.

[first]
scaling_driver : this file shows what cpufreq driver is
used to set the frequency on this CPU

[second]
scaling_driver : Hardware driver for cpufreq.

Although this does not affect anything, I think we should only have
one. so delete the second one because the first one is described in
more detail.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Wang Long and committed by
Rafael J. Wysocki
f133d08a 4055fad3

-2
-2
Documentation/cpu-freq/user-guide.txt
··· 196 196 related_cpus : List of Online + Offline CPUs that need software 197 197 coordination of frequency. 198 198 199 - scaling_driver : Hardware driver for cpufreq. 200 - 201 199 scaling_cur_freq : Current frequency of the CPU as determined by 202 200 the governor and cpufreq core, in KHz. This is 203 201 the frequency the kernel thinks the CPU runs