Re: [PATCH 1/4] net: sctp: Rename fallthrough label to unhandled

2019-10-11 Thread Neil Horman
On Sat, Oct 05, 2019 at 09:46:41AM -0700, Joe Perches wrote: > fallthrough may become a pseudo reserved keyword so this only use of > fallthrough is better renamed to allow it. > > Signed-off-by: Joe Perches > --- > net/sctp/sm_make_chunk.c | 12 ++-- > 1 file changed, 6 insertions(+), 6

Re: [PATCH 1/4] net: sctp: Rename fallthrough label to unhandled

2019-10-10 Thread Kees Cook
On Sat, Oct 05, 2019 at 09:46:41AM -0700, Joe Perches wrote: > fallthrough may become a pseudo reserved keyword so this only use of > fallthrough is better renamed to allow it. > > Signed-off-by: Joe Perches Reviewed-by: Kees Cook -Kees > --- > net/sctp/sm_make_chunk.c | 12 ++-- > 1

Re: [PATCH 1/4] net: sctp: Rename fallthrough label to unhandled

2019-10-07 Thread Nick Desaulniers
On Sat, Oct 5, 2019 at 9:46 AM Joe Perches wrote: > > fallthrough may become a pseudo reserved keyword so this only use of > fallthrough is better renamed to allow it. > > Signed-off-by: Joe Perches > --- > net/sctp/sm_make_chunk.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletion

[PATCH 1/4] net: sctp: Rename fallthrough label to unhandled

2019-10-05 Thread Joe Perches
fallthrough may become a pseudo reserved keyword so this only use of fallthrough is better renamed to allow it. Signed-off-by: Joe Perches --- net/sctp/sm_make_chunk.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chu