On Sat, Aug 04, 2018 at 04:51:01PM -0500, Gustavo A. R. Silva wrote: > Return statements in functions returning bool should use true or false > instead of an integer value. > > This code was detected with the help of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva <[email protected]> > ---
Acked-by: Charles Keepax <[email protected]> Thanks, Charles

