[PATCH V3 2/6] PM / OPP: Rename opp init/free table routines

2015-09-04 Thread Viresh Kumar
free-table routines are opposite of init-table ones, and must be named to make that clear. Opposite of 'init' is 'exit', but those doesn't suit really well. Replace 'init' with 'add' and 'free' with 'remove'. Reported-by: Pavel Machek Reviewed-by: Stephen Boyd Signed-off-by: Viresh Kumar ---

Re: [PATCH V3 2/6] PM / OPP: Rename opp init/free table routines

2015-09-06 Thread Shawn Guo
On Fri, Sep 04, 2015 at 01:47:23PM +0530, Viresh Kumar wrote: > free-table routines are opposite of init-table ones, and must be named > to make that clear. Opposite of 'init' is 'exit', but those doesn't suit > really well. > > Replace 'init' with 'add' and 'free' with 'remove'. > > Reported-by: