Re: [PATCH v1] lib/bitmap: Convert infinite while loop to for one

2020-06-09 Thread Alexander Gordeev
On Tue, Jun 09, 2020 at 05:05:35PM +0300, Andy Shevchenko wrote: > Convert infinite while loop to for one in order to be more explicit > in one place what we are doing with chunks. Reviewed-by: Alexander Gordeev > > Signed-off-by: Andy Shevchenko > --- > > Andrew, this can be folded to the

[PATCH v1] lib/bitmap: Convert infinite while loop to for one

2020-06-09 Thread Andy Shevchenko
Convert infinite while loop to for one in order to be more explicit in one place what we are doing with chunks. Signed-off-by: Andy Shevchenko --- Andrew, this can be folded to the fix lib/bitmap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/bitmap.c