2015-02-19 14:53, Bruce Richardson: > On Sat, Feb 14, 2015 at 09:59:05AM -0500, Stephen Hemminger wrote: > > The malloc family returns void * and therefore cast is unnecessary. > > Use calloc rather than zmalloc with multiply for array. > > > > Signed-off-by: Stephen Hemminger <stephen at networkplumber.org> > > Looks like a good basic cleanup > > Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied the series despite the lack of answer to simple questions.