Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104342
b: refs/heads/master
c: 8450e85
h: refs/heads/master
v: v3
  • Loading branch information
Alexander van Heukelum authored and Ingo Molnar committed Jul 18, 2008
1 parent f0680fd commit d9c78b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fbdb7da91b0382d4b148d8b43c2eb4bab642bb5b
refs/heads/master: 8450e85399031a192ffb34f0f9ac981173db6a31
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ static inline unsigned long ffz(unsigned long word)
* __fls: find last set bit in word
* @word: The word to search
*
* Undefined if no zero exists, so code should check against ~0UL first.
* Undefined if no set bit exists, so code should check against 0 first.
*/
static inline unsigned long __fls(unsigned long word)
{
Expand Down

0 comments on commit d9c78b7

Please sign in to comment.