aboutsummaryrefslogtreecommitdiff
path: root/lib/find_bit.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-17lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov1-0/+193
This file contains implementation for all find_*_bit{,_le} So giving it more generic name looks reasonable. Signed-off-by: Yury Norov <[email protected]> Reviewed-by: Rasmus Villemoes <[email protected]> Reviewed-by: George Spelvin <[email protected]> Cc: Alexey Klimov <[email protected]> Cc: David S. Miller <[email protected]> Cc: Daniel Borkmann <[email protected]> Cc: Hannes Frederic Sowa <[email protected]> Cc: Lai Jiangshan <[email protected]> Cc: Mark Salter <[email protected]> Cc: AKASHI Takahiro <[email protected]> Cc: Thomas Graf <[email protected]> Cc: Valentin Rothberg <[email protected]> Cc: Chris Wilson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>