]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8ce15189c98141509679d38b9476690dc25195da
treea4067a1d6d5c943babe1b969d0885dc68c3470c0
parent33bdfbfbffdddce8a6c882afff9c59638304979f
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