From d9c78b70dcfde96a982ebaede22f4b75b31f8f91 Mon Sep 17 00:00:00 2001 From: Alexander van Heukelum Date: Sat, 5 Jul 2008 19:53:46 +0200 Subject: [PATCH] --- yaml --- r: 104342 b: refs/heads/master c: 8450e85399031a192ffb34f0f9ac981173db6a31 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/bitops.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 78eab458cd53..357285b15b9f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fbdb7da91b0382d4b148d8b43c2eb4bab642bb5b +refs/heads/master: 8450e85399031a192ffb34f0f9ac981173db6a31 diff --git a/trunk/include/asm-x86/bitops.h b/trunk/include/asm-x86/bitops.h index 96b1829cea15..cfb2b64f76e7 100644 --- a/trunk/include/asm-x86/bitops.h +++ b/trunk/include/asm-x86/bitops.h @@ -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) {