* [PATCH] Fix incorrect comment on show_available_freqs() in freq_table.c
[not found] <200707310737.l6V7bQ3j021822@imap1.linux-foundation.org>
@ 2007-10-17 22:39 ` Fenghua Yu
0 siblings, 0 replies; only message in thread
From: Fenghua Yu @ 2007-10-17 22:39 UTC (permalink / raw)
To: akpm, linux-kernel
In freq_table.c, show_available_freqs()'s comment is oberviously wrong. Change
the comment to a new one to avoid confusion. Please apply it.
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
---
freq_table.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cpufreq/freq_table.c b/drivers/cpufreq/freq_table.c
index 5409f3a..ae6cd60 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)
{
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-17 22:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200707310737.l6V7bQ3j021822@imap1.linux-foundation.org>
2007-10-17 22:39 ` [PATCH] Fix incorrect comment on show_available_freqs() in freq_table.c Fenghua Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox