net: sctp: Rename fallthrough label to unhandled
authorJoe Perches <joe@perches.com>
Sat, 5 Oct 2019 16:46:41 +0000 (09:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Oct 2019 16:26:05 +0000 (09:26 -0700)
commit48f9bcf91461b43249949f4e172b5c0245dde751
tree947d0c6473cd8e4e51de47cefcfa39710bb78bc0
parent9892f9f6cf83e8ecaacc5ec7847cf5ba033119d2
net: sctp: Rename fallthrough label to unhandled

fallthrough will become a pseudo reserved keyword so this only use of
fallthrough is better renamed to allow it.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
net/sctp/sm_make_chunk.c