Re: [PATCH] cpufreq: Remove unnecessary braces

2014-03-19 Thread Viresh Kumar
On 20 March 2014 04:55, Stratos Karafotis wrote: > I'm sorry for the inconvenience. I read again the CodingStyle (more carefully > :) ). > I'm sending the corrected patch with the single case of unnecessary braces. > > Thanks, > Stratos > > 8<--- > Remo

Re: [PATCH] cpufreq: Remove unnecessary braces

2014-03-19 Thread Stratos Karafotis
On 20/03/2014 12:45 πμ, Rafael J. Wysocki wrote: > On Wednesday, March 19, 2014 11:33:00 PM Stratos Karafotis wrote: >> Remove 3 sets of unnecessary braces >> >> Signed-off-by: Stratos Karafotis >> --- >> drivers/cpufreq/cpufreq.c | 11 --- >> 1 file changed, 4 insertions(+), 7 deletions(

Re: [PATCH] cpufreq: Remove unnecessary braces

2014-03-19 Thread Rafael J. Wysocki
On Wednesday, March 19, 2014 11:33:00 PM Stratos Karafotis wrote: > Remove 3 sets of unnecessary braces > > Signed-off-by: Stratos Karafotis > --- > drivers/cpufreq/cpufreq.c | 11 --- > 1 file changed, 4 insertions(+), 7 deletions(-) > > diff --git a/drivers/cpufreq/cpufreq.c b/drivers

[PATCH] cpufreq: Remove unnecessary braces

2014-03-19 Thread Stratos Karafotis
Remove 3 sets of unnecessary braces Signed-off-by: Stratos Karafotis --- drivers/cpufreq/cpufreq.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 1eafd8c..ca3c01f 100644 --- a/drivers/cpufreq/cpufreq.c +