Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: Fix scaling_{available,boost}_frequencies_show() comments

The function names in the comment blocks for the functions
scaling_available_frequencies_show() and
scaling_boost_frequencies_show() do not match the actual names.

Fixes: 6f19efc0a1ca08bc ("cpufreq: Add boost frequency support in core")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Geert Uytterhoeven and committed by
Rafael J. Wysocki
a95d8f58 0d02ec6b

+2 -2
+2 -2
drivers/cpufreq/freq_table.c
··· 267 267 __ATTR_RO(_name##_frequencies) 268 268 269 269 /* 270 - * show_scaling_available_frequencies - show available normal frequencies for 270 + * scaling_available_frequencies_show - show available normal frequencies for 271 271 * the specified CPU 272 272 */ 273 273 static ssize_t scaling_available_frequencies_show(struct cpufreq_policy *policy, ··· 279 279 EXPORT_SYMBOL_GPL(cpufreq_freq_attr_scaling_available_freqs); 280 280 281 281 /* 282 - * show_available_boost_freqs - show available boost frequencies for 282 + * scaling_boost_frequencies_show - show available boost frequencies for 283 283 * the specified CPU 284 284 */ 285 285 static ssize_t scaling_boost_frequencies_show(struct cpufreq_policy *policy,