diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-17 17:12:03 (GMT) |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-27 01:25:43 (GMT) |
commit | d8892a01b13c8ea3ad74fb0c56beb96e92a2c65e (patch) | |
tree | 8d8fad73b801e9179892db35f64c0d8777f0a3a8 /drivers/thermal | |
parent | 1b9e35265903c2e0e484dc224e8f7de506e3353f (diff) | |
download | linux-d8892a01b13c8ea3ad74fb0c56beb96e92a2c65e.tar.xz |
thermal: cpu_cooling: align on open parenthesis
Improve code readiness by remove checkpatch.pl warnings
on get_property function.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/cpu_cooling.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index 2d94ffa..34d807b 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c @@ -141,7 +141,8 @@ enum cpufreq_cooling_property { * Return: 0 on success, -EINVAL when invalid parameters are passed. */ static int get_property(unsigned int cpu, unsigned long input, - unsigned int* output, enum cpufreq_cooling_property property) + unsigned int *output, + enum cpufreq_cooling_property property) { int i, j; unsigned long max_level = 0, level = 0; |