Commit 13c4db22 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Fix numerous typos in drivers/cpufreq/Kconfig

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent df5cd135
...@@ -33,7 +33,7 @@ config CPU_FREQ_DEFAULT_GOV_USERSPACE ...@@ -33,7 +33,7 @@ config CPU_FREQ_DEFAULT_GOV_USERSPACE
help help
Use the CPUFreq governor 'userspace' as default. This allows Use the CPUFreq governor 'userspace' as default. This allows
you to set the CPU frequency manually or when an userspace you to set the CPU frequency manually or when an userspace
programm shall be able to set the CPU dynamically without having program shall be able to set the CPU dynamically without having
to enable the userspace governor manually. to enable the userspace governor manually.
endchoice endchoice
...@@ -42,7 +42,7 @@ config CPU_FREQ_GOV_PERFORMANCE ...@@ -42,7 +42,7 @@ config CPU_FREQ_GOV_PERFORMANCE
tristate "'performance' governor" tristate "'performance' governor"
depends on CPU_FREQ depends on CPU_FREQ
help help
This cpufreq governors set the frequency statically to the This cpufreq governor sets the frequency statically to the
highest available CPU frequency. highest available CPU frequency.
If in doubt, say Y. If in doubt, say Y.
...@@ -51,7 +51,7 @@ config CPU_FREQ_GOV_POWERSAVE ...@@ -51,7 +51,7 @@ config CPU_FREQ_GOV_POWERSAVE
tristate "'powersave' governor" tristate "'powersave' governor"
depends on CPU_FREQ depends on CPU_FREQ
help help
Theis cpufreq governors set the frequency statically to the This cpufreq governor sets the frequency statically to the
lowest available CPU frequency. lowest available CPU frequency.
If in doubt, say Y. If in doubt, say Y.
...@@ -61,8 +61,8 @@ config CPU_FREQ_GOV_USERSPACE ...@@ -61,8 +61,8 @@ config CPU_FREQ_GOV_USERSPACE
depends on CPU_FREQ depends on CPU_FREQ
help help
Enable this cpufreq governor when you either want to set the Enable this cpufreq governor when you either want to set the
CPU frequency manually or when an userspace programm shall CPU frequency manually or when an userspace program shall
be able to set the CPU dynamically, like on LART be able to set the CPU dynamically, like on LART
<http://www.lart.tudelft.nl/> <http://www.lart.tudelft.nl/>
For details, take a look at <file:Documentation/cpu-freq/>. For details, take a look at <file:Documentation/cpu-freq/>.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment