mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-26 01:33:13 +00:00
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>
This commit is contained in:
parent
1b9e352659
commit
d8892a01b1
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user