On 8 July 2012 20:22, <blauwir...@gmail.com> wrote: > From: Blue Swirl <blauwir...@gmail.com> > > Use 'bool' type for return value of bit test functions. > > Signed-off-by: Blue Swirl <blauwir...@gmail.com>
I'm 'meh' about the necessity for this change, but it looks safe and functionally correct to me -- all these functions are either already returning the result of a comparison, or (in the test_bit case) a result that's only 0 or 1, so changing the result type to bool can't break any callers. -- PMM