Re: [PATCH] cpufreq: ia64: Remove unused header files

2018-12-02 Thread Viresh Kumar
On 03-12-18, 10:12, Viresh Kumar wrote: > On 30-11-18, 09:16, Yangtao Li wrote: > > seq_file.h does not need to be included,so remove it.Moreover deleted a > > line of meaningless return and move the module declaration to the end. > > In a function whose return type is void, returning on the last

Re: [PATCH] cpufreq: ia64: Remove unused header files

2018-12-02 Thread Viresh Kumar
On 03-12-18, 10:12, Viresh Kumar wrote: > On 30-11-18, 09:16, Yangtao Li wrote: > > seq_file.h does not need to be included,so remove it.Moreover deleted a > > line of meaningless return and move the module declaration to the end. > > In a function whose return type is void, returning on the last

Re: [PATCH] cpufreq: ia64: Remove unused header files

2018-12-02 Thread Viresh Kumar
On 30-11-18, 09:16, Yangtao Li wrote: > seq_file.h does not need to be included,so remove it.Moreover deleted a > line of meaningless return and move the module declaration to the end. > In a function whose return type is void, returning on the last line is > not required. > > Signed-off-by:

Re: [PATCH] cpufreq: ia64: Remove unused header files

2018-12-02 Thread Viresh Kumar
On 30-11-18, 09:16, Yangtao Li wrote: > seq_file.h does not need to be included,so remove it.Moreover deleted a > line of meaningless return and move the module declaration to the end. > In a function whose return type is void, returning on the last line is > not required. > > Signed-off-by:

[PATCH] cpufreq: ia64: Remove unused header files

2018-11-30 Thread Yangtao Li
seq_file.h does not need to be included,so remove it.Moreover deleted a line of meaningless return and move the module declaration to the end. In a function whose return type is void, returning on the last line is not required. Signed-off-by: Yangtao Li --- drivers/cpufreq/ia64-acpi-cpufreq.c |

[PATCH] cpufreq: ia64: Remove unused header files

2018-11-30 Thread Yangtao Li
seq_file.h does not need to be included,so remove it.Moreover deleted a line of meaningless return and move the module declaration to the end. In a function whose return type is void, returning on the last line is not required. Signed-off-by: Yangtao Li --- drivers/cpufreq/ia64-acpi-cpufreq.c |