diff options
author | viresh kumar <viresh.kumar@linaro.org> | 2012-10-22 19:23:33 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-14 18:33:05 -0500 |
commit | 8bf1ac723639c4260f76df0e45ee23aa35a23067 (patch) | |
tree | 0ac930c419ea05ac363c2c8461ea23bbe1e7bf92 /drivers/cpufreq/cpufreq.c | |
parent | 77b67063bb6bce6d475e910d3b886a606d0d91f7 (diff) |
cpufreq / core: Fix typo in comment describing show_bios_limit()
show_bios_limit is mistakenly written as show_scaling_driver in a comment
describing purpose of show_bios_limit() routine.
Fix it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/cpufreq.c')
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index fb8a5279c5d8..021973b7dc56 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -581,7 +581,7 @@ static ssize_t show_scaling_setspeed(struct cpufreq_policy *policy, char *buf) | |||
581 | } | 581 | } |
582 | 582 | ||
583 | /** | 583 | /** |
584 | * show_scaling_driver - show the current cpufreq HW/BIOS limitation | 584 | * show_bios_limit - show the current cpufreq HW/BIOS limitation |
585 | */ | 585 | */ |
586 | static ssize_t show_bios_limit(struct cpufreq_policy *policy, char *buf) | 586 | static ssize_t show_bios_limit(struct cpufreq_policy *policy, char *buf) |
587 | { | 587 | { |