Skip to content

Commit

Permalink
Documentation: cpufreq: delete duplicate description of sysfs interfa…
Browse files Browse the repository at this point in the history
…ce '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 <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
datawolf authored and rafaeljw committed May 5, 2015
1 parent 4055fad commit f133d08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Documentation/cpu-freq/user-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ affected_cpus : List of Online CPUs that require software
related_cpus : List of Online + Offline CPUs that need software
coordination of frequency.

scaling_driver : Hardware driver for cpufreq.

scaling_cur_freq : Current frequency of the CPU as determined by
the governor and cpufreq core, in KHz. This is
the frequency the kernel thinks the CPU runs
Expand Down

0 comments on commit f133d08

Please sign in to comment.