Re: [PATCH] ftrace: Use true and false for boolean values

From: Steven Rostedt
Date: Wed Aug 01 2018 - 21:16:14 EST


On Wed, 1 Aug 2018 20:00:56 -0500
"Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx> 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 <gustavo@xxxxxxxxxxxxxx>

Thanks, applied.

-- Steve