treewide: Use fallthrough pseudo-keyword
[linux-block.git] / net / rose / rose_in.c
index 0d4fab2be82bdf90deac540cac8181bb9ee00e85..6af786d66b03a9ae764cd34f296da7d1569948c7 100644 (file)
@@ -216,7 +216,7 @@ static int rose_state4_machine(struct sock *sk, struct sk_buff *skb, int framety
        switch (frametype) {
        case ROSE_RESET_REQUEST:
                rose_write_internal(sk, ROSE_RESET_CONFIRMATION);
-               /* fall through */
+               fallthrough;
        case ROSE_RESET_CONFIRMATION:
                rose_stop_timer(sk);
                rose_start_idletimer(sk);