]> git.baikalelectronics.ru Git - kernel.git/commit
tools: sync find_bit() implementation
authorYury Norov <yury.norov@gmail.com>
Thu, 15 Sep 2022 02:07:30 +0000 (19:07 -0700)
committerYury Norov <yury.norov@gmail.com>
Wed, 21 Sep 2022 19:21:44 +0000 (12:21 -0700)
commit928bdeaaaed2d6dad61229003eeb3f939c627c9d
treec78875d9cba2167ab78e38de13343ef594fc1a2a
parent6a193c2831049701ba33a3c50c4b3adef15e1244
tools: sync find_bit() implementation

Sync find_first_bit() and find_next_bit() implementation with the
mother kernel.

Also, drop unused find_last_bit() and find_next_clump8().

Signed-off-by: Yury Norov <yury.norov@gmail.com>
tools/include/linux/find.h
tools/lib/find_bit.c