summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorViresh Kumar2015-01-02 08:04:24 +0100
committerRafael J. Wysocki2015-01-23 22:49:33 +0100
commit09347b2905169b361e8ff5d75308982165d61c13 (patch)
tree62b6c1a949edde2ee170a238ecc603db94dce509 /drivers/cpufreq
parentcpufreq: remove extra parenthesis (diff)
downloadkernel-qcow2-linux-09347b2905169b361e8ff5d75308982165d61c13.tar.gz
kernel-qcow2-linux-09347b2905169b361e8ff5d75308982165d61c13.tar.xz
kernel-qcow2-linux-09347b2905169b361e8ff5d75308982165d61c13.zip
cpufreq: don't need line break in show_scaling_cur_freq()
No need of an unnecessary line break. 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')
-rw-r--r--drivers/cpufreq/cpufreq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index a180bb40054c..4c70f7aa9b1e 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -514,8 +514,7 @@ show_one(cpuinfo_transition_latency, cpuinfo.transition_latency);
show_one(scaling_min_freq, min);
show_one(scaling_max_freq, max);
-static ssize_t show_scaling_cur_freq(
- struct cpufreq_policy *policy, char *buf)
+static ssize_t show_scaling_cur_freq(struct cpufreq_policy *policy, char *buf)
{
ssize_t ret;