Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e32d22f77666312648735f7cda0a114a8242b9d8
Commit:     e32d22f77666312648735f7cda0a114a8242b9d8
Parent:     a4a9df5825bf8fc69618807436bf927aeb1e1c27
Author:     Fenghua Yu <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 21 14:52:15 2007 -0800
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Wed Feb 6 22:57:58 2008 -0500

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
---
 drivers/cpufreq/freq_table.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to