From: Fenghua Yu Date: Wed, 21 Nov 2007 22:52:15 +0000 (-0800) Subject: [CPUFREQ] fix incorrect comment on show_available_freqs() in freq_table.c X-Git-Tag: v2.6.25-rc1~302^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e32d22f77666312648735f7cda0a114a8242b9d8;p=karo-tx-linux.git [CPUFREQ] fix incorrect comment on show_available_freqs() in freq_table.c In freq_table.c, show_available_freqs()'s comment is oberviously wrong. Change the comment to a new one to avoid confusion. Signed-off-by: Fenghua Yu Signed-off-by: Andrew Morton Signed-off-by: Dave Jones --- diff --git a/drivers/cpufreq/freq_table.c b/drivers/cpufreq/freq_table.c index 5409f3afb3f8..ae6cd60d5c14 100644 --- a/drivers/cpufreq/freq_table.c +++ b/drivers/cpufreq/freq_table.c @@ -171,7 +171,7 @@ EXPORT_SYMBOL_GPL(cpufreq_frequency_table_target); static struct cpufreq_frequency_table *show_table[NR_CPUS]; /** - * show_scaling_governor - show the current policy for the specified CPU + * show_available_freqs - show available frequencies for the specified CPU */ static ssize_t show_available_freqs (struct cpufreq_policy *policy, char *buf) {