On Mon, Nov 25, 2019 at 08:20:23AM +0100, Markus Armbruster wrote: > Tao Xu <tao3...@intel.com> writes: > > > Add do_strtomul() to convert string according to different suffixes. > > > > Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> > > Signed-off-by: Tao Xu <tao3...@intel.com> > > What's the actual change here? "Refactor" suggests the interfaces stay > the same, only their implementation changes. "Support suffixes list" > suggests some interface supports something new.
1) Parameters added to suffix_mul() (suffix table); 2) do_strtomul() is being extracted from do_strtosz(). do_strtomul() interface and behavior stays the same. -- Eduardo