The patch titled cpufreq: fix incorrect comment on show_available_freqs() in freq_table.c has been removed from the -mm tree. Its filename was cpufreq-fix-incorrect-comment-on-show_available_freqs-in-freq_tablec.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 git-cpufreq.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