Re: [PATCH net] sctp: avoid compiler warning on implicit fallthru

2018-01-15 Thread David Miller
From: Marcelo Ricardo Leitner Date: Thu, 11 Jan 2018 14:22:06 -0200 > These fall-through are expected. > > Signed-off-by: Marcelo Ricardo Leitner Applied, thank you.

Re: [PATCH net] sctp: avoid compiler warning on implicit fallthru

2018-01-12 Thread Xin Long
On Fri, Jan 12, 2018 at 12:22 AM, Marcelo Ricardo Leitner wrote: > These fall-through are expected. > > Signed-off-by: Marcelo Ricardo Leitner > --- > net/sctp/ipv6.c | 1 + > net/sctp/outqueue.c | 4 ++-- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/net/sctp/ipv6.c b/

Re: [PATCH net] sctp: avoid compiler warning on implicit fallthru

2018-01-12 Thread Neil Horman
On Thu, Jan 11, 2018 at 02:22:06PM -0200, Marcelo Ricardo Leitner wrote: > These fall-through are expected. > > Signed-off-by: Marcelo Ricardo Leitner > --- > net/sctp/ipv6.c | 1 + > net/sctp/outqueue.c | 4 ++-- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/net/sctp/

[PATCH net] sctp: avoid compiler warning on implicit fallthru

2018-01-11 Thread Marcelo Ricardo Leitner
These fall-through are expected. Signed-off-by: Marcelo Ricardo Leitner --- net/sctp/ipv6.c | 1 + net/sctp/outqueue.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index 3b18085e3b10253f3f81be7a6747b50ef9357db2..5d4c15bf66d262194