提交 d8892a01 编写于 作者: E Eduardo Valentin 提交者: Zhang Rui

thermal: cpu_cooling: align on open parenthesis

Improve code readiness by remove checkpatch.pl warnings
on get_property function.
Signed-off-by: NEduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: NZhang Rui <rui.zhang@intel.com>
上级 1b9e3526
...@@ -141,7 +141,8 @@ enum cpufreq_cooling_property { ...@@ -141,7 +141,8 @@ enum cpufreq_cooling_property {
* Return: 0 on success, -EINVAL when invalid parameters are passed. * Return: 0 on success, -EINVAL when invalid parameters are passed.
*/ */
static int get_property(unsigned int cpu, unsigned long input, 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; int i, j;
unsigned long max_level = 0, level = 0; unsigned long max_level = 0, level = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册