Re: [PATCH v1 1/1] lib/find_bit: Fix the code comments about find_next_bit_wrap

From: Yury Norov
Date: Tue Nov 28 2023 - 12:53:36 EST


+LKML

Just realized you didn't include the LKML list. I'll keep
your patch in the bitmap tree because it's a trivial change,
but for the future please make sure that LKML is in a loop.

Thanks,
Yury

On Tue, Nov 28, 2023 at 09:41:11AM -0800, Yury Norov wrote:
> On Mon, Nov 27, 2023 at 04:31:27PM +0800, 'Guanjun' wrote:
> > From: Guanjun <guanjun@xxxxxxxxxxxxxxxxx>
> >
> > The function find_next_bit_wrap only has one memory region
> > to search on. Adjust the comments.
> >
> > Signed-off-by: Guanjun <guanjun@xxxxxxxxxxxxxxxxx>
>
> Applied in bitmap-for-next. Thanks!