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 cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html