[PATCH 08/20] cpufreq: exynos5440: Use cpufreq_for_each_entry macro for iteration

Stratos Karafotis stratosk at semaphore.gr
Tue Apr 15 04:02:26 PDT 2014


On 15/04/2014 08:44 πμ, Viresh Kumar wrote:
> On 15 April 2014 02:39, Stratos Karafotis <stratosk at semaphore.gr> wrote:
> 
>> diff --git a/drivers/cpufreq/exynos5440-cpufreq.c b/drivers/cpufreq/exynos5440-cpufreq.c
> 
>>  static void exynos_enable_dvfs(unsigned int cur_frequency)
>>  {
>> -       unsigned int tmp, i, cpu;
>> +       unsigned int tmp, cpu;
>>         struct cpufreq_frequency_table *freq_table = dvfs_info->freq_table;
>> +       struct cpufreq_frequency_table *pos;
> 
> Merge above two.
> 

Then the line will be 82 characters long.
Do you mind to keep it as is?


Stratos



More information about the linux-arm-kernel mailing list