03/05/2019 17:52, Burakov, Anatoly: > On 03-May-19 4:35 PM, Thomas Monjalon wrote: > > The function check_input() was returning a bool as error code. > > It is changed to return an int, semantically more correct. > > While at it, make checks of validate_action_name() return > > explicit as described in the coding guidelines. > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > Acked-by: Anatoly Burakov <anatoly.bura...@intel.com>
Applied