[PATCH blktests] blktests: use consistent helper returns

2018-05-22 Thread Chaitanya Kulkarni
This is a cleanup patch which uses consistent return values for helper functions. Signed-off-by: Chaitanya Kulkarni --- common/rc | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/common/rc b/common/rc index e59ae0b..936b21d 100644 --- a/common/rc +++ b/common/rc @@

Re: [PATCH blktests] blktests: use consistent helper returns

2018-05-22 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG N

Re: [PATCH blktests] blktests: use consistent helper returns

2018-05-22 Thread Omar Sandoval
On Tue, May 22, 2018 at 03:36:11AM -0400, Chaitanya Kulkarni wrote: > This is a cleanup patch which uses consistent return values > for helper functions. > > Signed-off-by: Chaitanya Kulkarni Thanks, applied.