Re: [PATCH] x86: fix description of __fls(): __fls(0) is undefined
From: Ingo Molnar <hidden>
Date: 2008-07-18 12:33:29
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2008-07-18 12:33:29
Also in:
lkml
* Alexander van Heukelum [off-list ref] wrote:
Ricardo M. Correia spotted that the use of __fls() in fls64() did not seem to make sense. In fact fls64()'s implementation is fine, but the description of __fls() was wrong. Fix that. Reported-by: "Ricardo M. Correia" <redacted> Signed-off-by: Alexander van Heukelum <redacted>
applied to tip/x86/cleanups, thanks! Ingo