Re: [PATCH v2 5/5] cpufreq: vexpress-spc: fix some coding style issues

2019-10-18 Thread Nicolas Pitre
On Fri, 18 Oct 2019, Sudeep Holla wrote: > On Fri, Oct 18, 2019 at 11:25:17AM +0530, Viresh Kumar wrote: > > On 17-10-19, 13:35, Sudeep Holla wrote: > > > Fix the following checkpatch checks/warnings: > > > > > > CHECK: Unnecessary parentheses around the code > > > CHECK: Alignment should match o

Re: [PATCH v2 5/5] cpufreq: vexpress-spc: fix some coding style issues

2019-10-17 Thread Sudeep Holla
On Fri, Oct 18, 2019 at 11:25:17AM +0530, Viresh Kumar wrote: > On 17-10-19, 13:35, Sudeep Holla wrote: > > Fix the following checkpatch checks/warnings: > > > > CHECK: Unnecessary parentheses around the code > > CHECK: Alignment should match open parenthesis > > CHECK: Prefer kernel type 'u32' ov

Re: [PATCH v2 5/5] cpufreq: vexpress-spc: fix some coding style issues

2019-10-17 Thread Viresh Kumar
On 17-10-19, 13:35, Sudeep Holla wrote: > Fix the following checkpatch checks/warnings: > > CHECK: Unnecessary parentheses around the code > CHECK: Alignment should match open parenthesis > CHECK: Prefer kernel type 'u32' over 'uint32_t' > WARNING: Missing a blank line after declarations > > Sign

[PATCH v2 5/5] cpufreq: vexpress-spc: fix some coding style issues

2019-10-17 Thread Sudeep Holla
Fix the following checkpatch checks/warnings: CHECK: Unnecessary parentheses around the code CHECK: Alignment should match open parenthesis CHECK: Prefer kernel type 'u32' over 'uint32_t' WARNING: Missing a blank line after declarations Signed-off-by: Sudeep Holla --- drivers/cpufreq/vexpress-s