mirror of
https://github.com/mii443/qemu.git
synced 2025-08-25 16:39:37 +00:00
bitops : fix coding style
don't mix tab and space. The rule is 4 spaces Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Michael Tokarev
parent
4d1ba9c4f8
commit
4188e39055
@ -136,7 +136,8 @@ unsigned long find_last_bit(const unsigned long *addr,
|
|||||||
* @size: The bitmap size in bits
|
* @size: The bitmap size in bits
|
||||||
*/
|
*/
|
||||||
unsigned long find_next_bit(const unsigned long *addr,
|
unsigned long find_next_bit(const unsigned long *addr,
|
||||||
unsigned long size, unsigned long offset);
|
unsigned long size,
|
||||||
|
unsigned long offset);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* find_next_zero_bit - find the next cleared bit in a memory region
|
* find_next_zero_bit - find the next cleared bit in a memory region
|
||||||
|
Reference in New Issue
Block a user