]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: Fix scaling_{available,boost}_frequencies_show() comments
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 26 Mar 2021 12:07:21 +0000 (13:07 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 26 Mar 2021 16:43:48 +0000 (17:43 +0100)
commit9095a33517ee20481d8d7e4a384f459198b12dfb
treef2e4995820b83a1d4bf2e42e0c188f2974d68dd7
parenta123a92a85a64b2b0aa97706608092508241de7b
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: e83f0bda20ff94a7 ("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>
drivers/cpufreq/freq_table.c