Re: [PATCH] sctp:Make the function sctp_assoc_lookup_laddr bool

2015-06-05 Thread Marcelo Ricardo Leitner
On Thu, Jun 04, 2015 at 06:35:03AM -0400, Neil Horman wrote: > On Wed, Jun 03, 2015 at 08:51:07AM -0400, Nicholas Krause wrote: > > This makes the function sctp_assoc_lookup_laddr bool due to this > > function only returning either one or zero as its return value. > > > > Signed-off-by: Nicholas K

Re: [PATCH] sctp:Make the function sctp_assoc_lookup_laddr bool

2015-06-04 Thread Neil Horman
On Wed, Jun 03, 2015 at 08:51:07AM -0400, Nicholas Krause wrote: > This makes the function sctp_assoc_lookup_laddr bool due to this > function only returning either one or zero as its return value. > > Signed-off-by: Nicholas Krause > --- > include/net/sctp/structs.h | 4 ++-- > net/sctp/associo