tipc: bcast: use true and false for boolean values
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Mon, 5 Mar 2018 21:56:14 +0000 (15:56 -0600)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Mar 2018 17:18:00 +0000 (12:18 -0500)
commitc9efb15a9981400c797665dc4844ab562ed3c424
treea4067a1d6d5c943babe1b969d0885dc68c3470c0
parent3eac60d173fa22855895dcef6cd2dc4ca65c2acf
tipc: bcast: use true and false for boolean values

Assign true or false to boolean variables instead of an integer value.

This issue was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/bcast.c