Re: [PATCH 1/4] util.c: Add helper for string to int conversions

2016-07-28 Thread Dmitry V. Levin
Hi, On Wed, Jul 27, 2016 at 08:41:14PM +0200, Nahim El Atmani wrote: > From: Nahim El Atmani > > From: Nahim El Atmani Could you choose just one "From"? > * util.c (string_to_int): New function. This would be OK if subsequent patches would use it. Apparently, they don't: in the only place wh

[PATCH 1/4] util.c: Add helper for string to int conversions

2016-07-27 Thread Nahim El Atmani
From: Nahim El Atmani From: Nahim El Atmani * util.c (string_to_int): New function. * defs.h: Add it. Signed-off-by: Nahim El Atmani Reviewed-By: Gabriel Laskar --- defs.h | 1 + util.c | 15 +++ 2 files changed, 16 insertions(+) diff --git a/defs.h b/defs.h index 4b7e8ed..2ed