Re: [PATCH v2 1/8] lib/find_bit.c: Add find_last_zero_bit

From: Andy Shevchenko
Date: Mon Dec 07 2020 - 10:34:24 EST


On Sun, Dec 06, 2020 at 03:46:24PM +0900, Levi Yun wrote:
> Inspired find_next_*_bit and find_last_bit, add find_last_zero_bit
> And add le support about find_last_bit and find_last_zero_bit.

Use `git format-patch ...` tool. When create a series, be sure you run it:
- with -v<n>, where <n> is a version number (makes sense from v2)
- with --thread (it will be properly formed in a thread)
- with --cover-letter (don't forget to file the patch 0/n message)

--
With Best Regards,
Andy Shevchenko