diff options
Diffstat (limited to 'include/linux/bitops.h')
| -rw-r--r-- | include/linux/bitops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/bitops.h b/include/linux/bitops.h index 5d858e02997f..297f5bda4fdf 100644 --- a/include/linux/bitops.h +++ b/include/linux/bitops.h | |||
| @@ -218,9 +218,9 @@ static inline unsigned long __ffs64(u64 word) | |||
| 218 | /** | 218 | /** |
| 219 | * find_last_bit - find the last set bit in a memory region | 219 | * find_last_bit - find the last set bit in a memory region |
| 220 | * @addr: The address to start the search at | 220 | * @addr: The address to start the search at |
| 221 | * @size: The maximum size to search | 221 | * @size: The number of bits to search |
| 222 | * | 222 | * |
| 223 | * Returns the bit number of the first set bit, or size. | 223 | * Returns the bit number of the last set bit, or size. |
| 224 | */ | 224 | */ |
| 225 | extern unsigned long find_last_bit(const unsigned long *addr, | 225 | extern unsigned long find_last_bit(const unsigned long *addr, |
| 226 | unsigned long size); | 226 | unsigned long size); |
