Re: [PATCH] bridge: return boolean instead of integer in br_multicast_is_router

From: David Miller
Date: Mon Jan 22 2018 - 16:13:41 EST


From: "Gustavo A. R. Silva" <garsilva@xxxxxxxxxxxxxx>
Date: Thu, 18 Jan 2018 17:37:45 -0600

> Return statements in functions returning bool should use
> true/false instead of 1/0.
>
> This issue was detected with the help of Coccinelle.
>
> Signed-off-by: Gustavo A. R. Silva <garsilva@xxxxxxxxxxxxxx>

Applied to net-next.