mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
tipc: mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Warning level 2 was used: -Wimplicit-fallthrough=2 Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dfecc759e6
commit
c53e0c787e
2 changed files with 2 additions and 0 deletions
|
@ -1063,6 +1063,7 @@ static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb,
|
|||
skb_queue_tail(mc_inputq, skb);
|
||||
return true;
|
||||
}
|
||||
/* else: fall through */
|
||||
case CONN_MANAGER:
|
||||
skb_queue_tail(inputq, skb);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue