mirror of https://gitee.com/openkylin/linux.git
cpufreq: tegra20: Clean up whitespaces in the code
Remove unneeded blank line and replace whitespaces with a tab in the code for consistency. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
4964027700
commit
e08551b827
|
@ -208,7 +208,6 @@ static void __exit tegra_cpufreq_exit(void)
|
|||
clk_put(cpu_clk);
|
||||
}
|
||||
|
||||
|
||||
MODULE_AUTHOR("Colin Cross <ccross@android.com>");
|
||||
MODULE_DESCRIPTION("NVIDIA Tegra20 cpufreq driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in New Issue