浏览代码

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>
viresh kumar 12 年之前
父节点
当前提交
8bf1ac7236
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/cpufreq/cpufreq.c

+ 1 - 1
drivers/cpufreq/cpufreq.c

@@ -581,7 +581,7 @@ static ssize_t show_scaling_setspeed(struct cpufreq_policy *policy, char *buf)
 }
 }
 
 
 /**
 /**
- * show_scaling_driver - show the current cpufreq HW/BIOS limitation
+ * show_bios_limit - show the current cpufreq HW/BIOS limitation
  */
  */
 static ssize_t show_bios_limit(struct cpufreq_policy *policy, char *buf)
 static ssize_t show_bios_limit(struct cpufreq_policy *policy, char *buf)
 {
 {