提交 6b6519df 编写于 作者: H hongbo.zhang 提交者: Zhang Rui

Thermal: add indent for code alignment.

The curly bracket should be aligned with corresponding if else statements.
Signed-off-by: Nhongbo.zhang <hongbo.zhang@linaro.com>
Reviewed-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NZhang Rui <rui.zhang@intel.com>
上级 4e8e2f64
......@@ -369,7 +369,7 @@ struct thermal_cooling_device *cpufreq_cooling_register(
if (min != policy.cpuinfo.min_freq ||
max != policy.cpuinfo.max_freq)
return ERR_PTR(-EINVAL);
}
}
}
cpufreq_dev = kzalloc(sizeof(struct cpufreq_cooling_device),
GFP_KERNEL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册