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

From: Stratos Karafotis
Date: Tue Apr 15 2014 - 07:03:00 EST


On 15/04/2014 08:44 ÏÎ, Viresh Kumar wrote:
> On 15 April 2014 02:39, Stratos Karafotis <stratosk@xxxxxxxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/