thermal: cpu_cooling: align on open parenthesis
authorEduardo Valentin <eduardo.valentin@ti.com>
Wed, 17 Apr 2013 17:12:03 +0000 (17:12 +0000)
committerZhang Rui <rui.zhang@intel.com>
Sat, 27 Apr 2013 01:25:43 +0000 (09:25 +0800)
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>
drivers/thermal/cpu_cooling.c

index 2d94ffa3230da65aa36ce96199d52e81f22102f7..34d807bc5c3f72ea3ab107ffbc0b6e9e896cdc4d 100644 (file)
@@ -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;