Re: [PATCH] cpufreq: Fix checkpatch errors and warnings

2014-03-19 Thread Viresh Kumar
On 20 March 2014 02:59, Stratos Karafotis wrote: > Fix 2 checkpatch errors about using assignment in if condition, > 1 checkpatch error about a required space after comma > and 3 warnings about line over 80 characters. > > Signed-off-by: Stratos Karafotis > --- > drivers/cpufreq/cpufreq.c | 23

[PATCH] cpufreq: Fix checkpatch errors and warnings

2014-03-19 Thread Stratos Karafotis
Fix 2 checkpatch errors about using assignment in if condition, 1 checkpatch error about a required space after comma and 3 warnings about line over 80 characters. Signed-off-by: Stratos Karafotis --- drivers/cpufreq/cpufreq.c | 23 --- 1 file changed, 12 insertions(+), 11

[PATCH] cpufreq: Fix checkpatch errors and warnings

2014-03-19 Thread Stratos Karafotis
Fix 2 checkpatch errors about using assignment in if condition, 1 checkpatch error about a required space after comma and 3 warnings about line over 80 characters. Signed-off-by: Stratos Karafotis strat...@semaphore.gr --- drivers/cpufreq/cpufreq.c | 23 --- 1 file changed,

Re: [PATCH] cpufreq: Fix checkpatch errors and warnings

2014-03-19 Thread Viresh Kumar
On 20 March 2014 02:59, Stratos Karafotis strat...@semaphore.gr wrote: Fix 2 checkpatch errors about using assignment in if condition, 1 checkpatch error about a required space after comma and 3 warnings about line over 80 characters. Signed-off-by: Stratos Karafotis strat...@semaphore.gr