Re: [PATCH] net: Convert int functions to bool

From: David Miller
Date: Mon Sep 18 2017 - 14:40:26 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Wed, 13 Sep 2017 13:58:15 -0700

> 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@xxxxxxxxxxx>

Applied.