net: Convert int functions to bool
authorJoe Perches <joe@perches.com>
Wed, 13 Sep 2017 20:58:15 +0000 (13:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2017 18:40:03 +0000 (11:40 -0700)
commit7016e0627171878810798a842a416dddee4e3329
tree20372681343710d6901b54b09a1472cdf8794325
parent785ec87483d1e24a012ecf642ee7d07c4118f142
net: Convert int functions to bool

Global function ipv6_rcv_saddr_equal and static functions
ipv6_rcv_saddr_equal and ipv4_rcv_saddr_equal currently return int.

bool is slightly more descriptive for these functions so change
their return type from int to bool.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/addrconf.h
net/ipv4/inet_connection_sock.c