]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd97db8fa5374e855a496df884b29146dfda9e78
treedffc7cca85b52e8145ab41ff3997807ff040956b
parent7e015dc3b54845c940de90d53b321b47820e4635
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