mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
9003b36949
commit
2cc543f5cd
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@ static void sctp_outq_flush_data(struct sctp_flush_ctx *ctx,
|
||||||
if (!ctx->packet || !ctx->packet->has_cookie_echo)
|
if (!ctx->packet || !ctx->packet->has_cookie_echo)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* fallthru */
|
/* fall through */
|
||||||
case SCTP_STATE_ESTABLISHED:
|
case SCTP_STATE_ESTABLISHED:
|
||||||
case SCTP_STATE_SHUTDOWN_PENDING:
|
case SCTP_STATE_SHUTDOWN_PENDING:
|
||||||
case SCTP_STATE_SHUTDOWN_RECEIVED:
|
case SCTP_STATE_SHUTDOWN_RECEIVED:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue