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>
This commit is contained in:
Родитель
9003b36949
Коммит
2cc543f5cd
|
@ -1048,7 +1048,7 @@ static void sctp_outq_flush_data(struct sctp_flush_ctx *ctx,
|
|||
if (!ctx->packet || !ctx->packet->has_cookie_echo)
|
||||
return;
|
||||
|
||||
/* fallthru */
|
||||
/* fall through */
|
||||
case SCTP_STATE_ESTABLISHED:
|
||||
case SCTP_STATE_SHUTDOWN_PENDING:
|
||||
case SCTP_STATE_SHUTDOWN_RECEIVED:
|
||||
|
|
Загрузка…
Ссылка в новой задаче