The patch titled cpufreq: fix incorrect comment on show_available_freqs() in freq_table.c has been added to the -mm tree. Its filename is cpufreq-fix-incorrect-comment-on-show_available_freqs-in-freq_tablec.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: cpufreq: fix incorrect comment on show_available_freqs() in freq_table.c From: Fenghua Yu <fenghua.yu@xxxxxxxxx> 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@xxxxxxxxx> Cc: Dave Jones <davej@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/cpufreq/freq_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/cpufreq/freq_table.c~cpufreq-fix-incorrect-comment-on-show_available_freqs-in-freq_tablec drivers/cpufreq/freq_table.c --- a/drivers/cpufreq/freq_table.c~cpufreq-fix-incorrect-comment-on-show_available_freqs-in-freq_tablec +++ a/drivers/cpufreq/freq_table.c @@ -171,7 +171,7 @@ EXPORT_SYMBOL_GPL(cpufreq_frequency_tabl 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) { _ Patches currently in -mm which might be from fenghua.yu@xxxxxxxxx are cpufreq-fix-incorrect-comment-on-show_available_freqs-in-freq_tablec.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html