Commit b1ff2254 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] fix up random CodingStyle /whitespace regressions.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 1354760c
...@@ -462,8 +462,7 @@ static int longhaul_verify(struct cpufreq_policy *policy) ...@@ -462,8 +462,7 @@ static int longhaul_verify(struct cpufreq_policy *policy)
static int longhaul_target(struct cpufreq_policy *policy, static int longhaul_target(struct cpufreq_policy *policy,
unsigned int target_freq, unsigned int target_freq, unsigned int relation)
unsigned int relation)
{ {
unsigned int table_index = 0; unsigned int table_index = 0;
unsigned int new_clock_ratio = 0; unsigned int new_clock_ratio = 0;
...@@ -478,6 +477,7 @@ static int longhaul_target(struct cpufreq_policy *policy, ...@@ -478,6 +477,7 @@ static int longhaul_target(struct cpufreq_policy *policy,
return 0; return 0;
} }
static unsigned int longhaul_get(unsigned int cpu) static unsigned int longhaul_get(unsigned int cpu)
{ {
if (cpu) if (cpu)
...@@ -616,6 +616,7 @@ static struct cpufreq_driver longhaul_driver = { ...@@ -616,6 +616,7 @@ static struct cpufreq_driver longhaul_driver = {
.attr = longhaul_attr, .attr = longhaul_attr,
}; };
static int __init longhaul_init(void) static int __init longhaul_init(void)
{ {
struct cpuinfo_x86 *c = cpu_data; struct cpuinfo_x86 *c = cpu_data;
...@@ -633,6 +634,7 @@ static int __init longhaul_init(void) ...@@ -633,6 +634,7 @@ static int __init longhaul_init(void)
return -ENODEV; return -ENODEV;
} }
static void __exit longhaul_exit(void) static void __exit longhaul_exit(void)
{ {
int i=0; int i=0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment