]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/x25/x25_in.c
treewide: Use fallthrough pseudo-keyword
[mirror_ubuntu-jammy-kernel.git] / net / x25 / x25_in.c
index 4d3bb46aaae0d9b0d5e4c17168b6886b48677d41..e1c4197af468e9284cae2a95f790875746a7f9ac 100644 (file)
@@ -349,7 +349,7 @@ static int x25_state4_machine(struct sock *sk, struct sk_buff *skb, int frametyp
 
                case X25_RESET_REQUEST:
                        x25_write_internal(sk, X25_RESET_CONFIRMATION);
-                       /* fall through */
+                       fallthrough;
                case X25_RESET_CONFIRMATION: {
                        x25_stop_timer(sk);
                        x25->condition = 0x00;