Re: [PATCH v1 2/7] test_hexdump: introduce test_hexdump_prepare_test() helper

2015-11-19 Thread Rasmus Villemoes
On Wed, Nov 11 2015, Andy Shevchenko wrote: > The function prepares the expected result in the provided buffer. > > Signed-off-by: Andy Shevchenko > --- > lib/test_hexdump.c | 26 +++--- > 1 file changed, 19 insertions(+), 7 deletions(-) Makes sense. It does improve

Re: [PATCH v1 2/7] test_hexdump: introduce test_hexdump_prepare_test() helper

2015-11-19 Thread Rasmus Villemoes
On Wed, Nov 11 2015, Andy Shevchenko wrote: > The function prepares the expected result in the provided buffer. > > Signed-off-by: Andy Shevchenko > --- > lib/test_hexdump.c | 26 +++--- > 1 file changed,

[PATCH v1 2/7] test_hexdump: introduce test_hexdump_prepare_test() helper

2015-11-11 Thread Andy Shevchenko
The function prepares the expected result in the provided buffer. Signed-off-by: Andy Shevchenko --- lib/test_hexdump.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/lib/test_hexdump.c b/lib/test_hexdump.c index 5241df3..ed7c6a7 100644 ---

[PATCH v1 2/7] test_hexdump: introduce test_hexdump_prepare_test() helper

2015-11-11 Thread Andy Shevchenko
The function prepares the expected result in the provided buffer. Signed-off-by: Andy Shevchenko --- lib/test_hexdump.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/lib/test_hexdump.c b/lib/test_hexdump.c