Re: [PATCH v2] cpufreq: nforce2: Remove meaningless return

From: Rafael J. Wysocki
Date: Mon Dec 17 2018 - 06:44:28 EST


On Thursday, December 6, 2018 5:20:25 AM CET Viresh Kumar wrote:
> On 05-12-18, 10:57, Yangtao Li wrote:
> > Delete a line of meaningless return and some useless blank lines. In a function
> > whose return type is void, returning on the last line is not required.
> >
> > Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx>
> > ---
> > Changes in v2:
> > -revert modify of MODULE_
> > -delete some blank lines
> > ---
> > drivers/cpufreq/cpufreq-nforce2.c | 3 ---
> > 1 file changed, 3 deletions(-)
>
> Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>

Patch applied, thanks!