Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16379
b: refs/heads/master
c: d89c145
h: refs/heads/master
i:
  16377: cfaf617
  16375: 2512522
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jan 6, 2006
1 parent 54f380a commit a6d0973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2684927c6b938ec7a679891e0ec1fa0709c521bd
refs/heads/master: d89c145c0344fe2180336af6a309a59a8bc8c1c0
4 changes: 2 additions & 2 deletions trunk/include/asm-i386/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ static inline unsigned long __ffs(unsigned long word)
* Returns the bit-number of the first set bit, not the number of the byte
* containing a bit.
*/
static inline int find_first_bit(const unsigned long *addr, unsigned size)
static inline unsigned find_first_bit(const unsigned long *addr, unsigned size)
{
int x = 0;
unsigned x = 0;

while (x < size) {
unsigned long val = *addr++;
Expand Down

0 comments on commit a6d0973

Please sign in to comment.