Re: [PATCH 1/1] fix cpufreq/cpufreq.c some coding style issues

2015-08-23 Thread Vaishali Thakkar
On Mon, Aug 24, 2015 at 9:53 AM, Viresh Kumar wrote: > On 23-08-15, 21:19, Vaishali Thakkar wrote: >> >> On 23 Aug 2015 21:05, "Muhammad Falak R Wani" wrote: >> > >> > Hi, >> > >> > This patch fixes issues in coding style, of a missing blank line >> after >> > declarations. >> > >> >

Re: [PATCH 1/1] fix cpufreq/cpufreq.c some coding style issues

2015-08-23 Thread Viresh Kumar
On 23-08-15, 21:09, Muhammad Falak R Wani wrote: > Hi, > > This patch fixes issues in coding style, of a missing blank line after > declarations. > > Best, > mfrw This is as ugly as it could be. Please go through Documentation/SubmittingPatches and other related stuff to see you to send

Re: [PATCH 1/1] fix cpufreq/cpufreq.c some coding style issues

2015-08-23 Thread Viresh Kumar
On 23-08-15, 21:19, Vaishali Thakkar wrote: > > On 23 Aug 2015 21:05, "Muhammad Falak R Wani" wrote: > > > > Hi, > > > >         This patch fixes issues in coding style, of a missing blank line > after > > declarations. > > > > Best, > > mfrw > > Please use subject lines and commit log matching

[PATCH 1/1] fix cpufreq/cpufreq.c some coding style issues

2015-08-23 Thread Muhammad Falak R Wani
Hi, This patch fixes issues in coding style, of a missing blank line after declarations. Best, mfrw 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

[PATCH 1/1] fix cpufreq/cpufreq.c some coding style issues

2015-08-23 Thread Muhammad Falak R Wani
Hi, This patch fixes issues in coding style, of a missing blank line after declarations. Best, mfrw 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: [PATCH 1/1] fix cpufreq/cpufreq.c some coding style issues

2015-08-23 Thread Viresh Kumar
On 23-08-15, 21:19, Vaishali Thakkar wrote: On 23 Aug 2015 21:05, Muhammad Falak R Wani falakre...@gmail.com wrote: Hi,         This patch fixes issues in coding style, of a missing blank line after declarations. Best, mfrw Please use subject lines and commit log matching

Re: [PATCH 1/1] fix cpufreq/cpufreq.c some coding style issues

2015-08-23 Thread Viresh Kumar
On 23-08-15, 21:09, Muhammad Falak R Wani wrote: Hi, This patch fixes issues in coding style, of a missing blank line after declarations. Best, mfrw This is as ugly as it could be. Please go through Documentation/SubmittingPatches and other related stuff to see you to send patches.

Re: [PATCH 1/1] fix cpufreq/cpufreq.c some coding style issues

2015-08-23 Thread Vaishali Thakkar
On Mon, Aug 24, 2015 at 9:53 AM, Viresh Kumar viresh.ku...@linaro.org wrote: On 23-08-15, 21:19, Vaishali Thakkar wrote: On 23 Aug 2015 21:05, Muhammad Falak R Wani falakre...@gmail.com wrote: Hi, This patch fixes issues in coding style, of a missing blank line after