Re: [RESEND PATCH] cpufreq: cpufreq: Fix coding style issues

2015-08-23 Thread Viresh Kumar
On 23-08-15, 22:13, Muhammad Falak R Wani wrote: > This patch introduces a blank line after declarations, which > fix the checkpatch.pl warnings at 3 places. > > Signed-off-by: Muhammad Falak R Wani > --- > drivers/cpufreq/cpufreq.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

[RESEND PATCH] cpufreq: cpufreq: Fix coding style issues

2015-08-23 Thread Muhammad Falak R Wani
This patch introduces a blank line after declarations, which fix the checkpatch.pl warnings at 3 places. Signed-off-by: Muhammad Falak R Wani --- drivers/cpufreq/cpufreq.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index

[RESEND PATCH] cpufreq: cpufreq: Fix coding style issues

2015-08-23 Thread Muhammad Falak R Wani
This patch introduces a blank line after declarations, which fix the checkpatch.pl warnings at 3 places. Signed-off-by: Muhammad Falak R Wani falakre...@gmail.com --- drivers/cpufreq/cpufreq.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/cpufreq/cpufreq.c

Re: [RESEND PATCH] cpufreq: cpufreq: Fix coding style issues

2015-08-23 Thread Viresh Kumar
On 23-08-15, 22:13, Muhammad Falak R Wani wrote: This patch introduces a blank line after declarations, which fix the checkpatch.pl warnings at 3 places. Signed-off-by: Muhammad Falak R Wani falakre...@gmail.com --- drivers/cpufreq/cpufreq.c | 3 +++ 1 file changed, 3 insertions(+)