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)
commita95d8f581901c560ff1b63bc02107eb34a6efb1b
treef2e4995820b83a1d4bf2e42e0c188f2974d68dd7
parent0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b
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>
drivers/cpufreq/freq_table.c