From mboxrd@z Thu Jan 1 00:00:00 1970 From: maks attems Subject: Re: Bug#271396: Kernel help typo Date: Mon, 13 Sep 2004 23:10:11 +0200 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <20040913211011.GB1978@stro.at> References: <20040912233809.GA4739@nermel> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20040912233809.GA4739@nermel> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cpufreq-bounces+glkc-cpufreq=gmane.org@www.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Gavin Sandie , 271396@bugs.debian.org Cc: davej@codemonkey.org.uk, cpufreq@www.linux.org.uk On Mon, 13 Sep 2004, Gavin Sandie wrote: > drivers/cpufreq/Kconfig > > The help for CONFIG_CPU_FREQ_GOV_POWERSAVE contains a typo. > It starts with 'Theis', I think this should be 'This'. > > I have found a further two typos in the > drivers/cpufreq/Kconfig file. > > The help section for CPU_FREQ_DEFAULT_GOV_USERSPACE and > CPU_FREQ_GOV_USERSPACE both have contain 'programm' when I > think this should read 'programme'. belows patch corrects found issues. --- linux-2.6.9-rc2-orig/drivers/cpufreq/Kconfig 2004-09-13 22:51:22.000000000 +0200 +++ linux-2.6.9-rc2/drivers/cpufreq/Kconfig 2004-09-13 23:04:56.000000000 +0200 @@ -33,7 +33,7 @@ config CPU_FREQ_DEFAULT_GOV_USERSPACE help Use the CPUFreq governor 'userspace' as default. This allows you to set the CPU frequency manually or when an userspace - programm shall be able to set the CPU dynamically without having + programme shall be able to set the CPU dynamically without having to enable the userspace governor manually. endchoice @@ -51,7 +51,7 @@ config CPU_FREQ_GOV_POWERSAVE tristate "'powersave' governor" depends on CPU_FREQ help - Theis cpufreq governors set the frequency statically to the + This cpufreq governors set the frequency statically to the lowest available CPU frequency. If in doubt, say Y. @@ -61,7 +61,7 @@ config CPU_FREQ_GOV_USERSPACE depends on CPU_FREQ help 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 programme shall be able to set the CPU dynamically, like on LART -- maks kernel janitor http://janitor.kernelnewbies.org/