Skip to content
Snippets Groups Projects
user avatar
Dick Kennedy authored
Bugzilla: http://bugzilla.redhat.com/2063879



commit b5c7e7ec7d3418af2544452b45cc67297c857a86
Author: Yury Norov <yury.norov@gmail.com>
Date:   Sat Aug 14 14:17:03 2021 -0700

    all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate

    find_first{,_zero}_bit is a more effective analogue of 'next' version if
    start == 0. This patch replaces 'next' with 'first' where things look
    trivial.

Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
Tested-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>

Signed-off-by: default avatarDick Kennedy <dkennedy@redhat.com>
db8469c3
History
Code owners
Name Last commit Last update
..