sctp: fix fall-through annotation
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 3 Oct 2018 10:45:56 +0000 (12:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Oct 2018 16:33:13 +0000 (09:33 -0700)
commit2cc543f5cd6deda27ef463686fa08c16c8c0990b
treedffc7cca85b52e8145ab41ff3997807ff040956b
parent9003b369499b3320d3f16145145b729fb6ff3bd4
sctp: fix fall-through annotation

Replace "fallthru" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling
-Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/outqueue.c