mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
lib/find_bit: Fix the code comments about find_next_bit_wrap
The function find_next_bit_wrap only has one memory region to search on. Adjust the comments. Signed-off-by: Guanjun <guanjun@linux.alibaba.com> Signed-off-by: Yury Norov <yury.norov@gmail.com>
This commit is contained in:
parent
33cc938e65
commit
92697139b0
|
|
@ -413,8 +413,8 @@ unsigned long find_next_and_bit_wrap(const unsigned long *addr1,
|
|||
}
|
||||
|
||||
/**
|
||||
* find_next_bit_wrap - find the next set bit in both memory regions
|
||||
* @addr: The first address to base the search on
|
||||
* find_next_bit_wrap - find the next set bit in a memory region
|
||||
* @addr: The address to base the search on
|
||||
* @size: The bitmap size in bits
|
||||
* @offset: The bitnumber to start searching at
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user