aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/freq_table.c
diff options
context:
space:
mode:
authorFenghua Yu <fenghua.yu@intel.com>2007-11-21 14:52:15 -0800
committerDave Jones <davej@redhat.com>2008-02-06 22:57:58 -0500
commite32d22f77666312648735f7cda0a114a8242b9d8 (patch)
tree1468d7e6c5bce28c39bb98550d13410a3580ccc0 /drivers/cpufreq/freq_table.c
parent[CPUFREQ] drivers/cpufreq: Add missing "space" (diff)
downloadlinux-dev-e32d22f77666312648735f7cda0a114a8242b9d8.tar.xz
linux-dev-e32d22f77666312648735f7cda0a114a8242b9d8.zip
[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 <fenghua.yu@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq/freq_table.c')
-rw-r--r--drivers/cpufreq/freq_table.c2
1 files changed, 1 insertions, 1 deletions
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)
{