Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734388

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

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] net: Convert int functions to bool
Date 2017-09-18 20:50 +0200
Message-ID <ur9hf-1yZ-7@gated-at.bofh.it> (permalink)
References <upmVj-3P1-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Joe Perches <joe@perches.com>
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@perches.com>

Applied.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] net: Convert int functions to bool Joe Perches <joe@perches.com> - 2017-09-13 23:00 +0200
  Re: [PATCH] net: Convert int functions to bool David Miller <davem@davemloft.net> - 2017-09-18 20:50 +0200

csiph-web