err = -ENOTCONN;
                /* Hack to wake up other listeners, who can poll for
                   EPOLLHUP, even on eg. unconnected UDP sockets -- RR */
-               /* fall through */
+               fallthrough;
        default:
                sk->sk_shutdown |= how;
                if (sk->sk_prot->shutdown)
        case TCP_LISTEN:
                if (!(how & RCV_SHUTDOWN))
                        break;
-               /* fall through */
+               fallthrough;
        case TCP_SYN_SENT:
                err = sk->sk_prot->disconnect(sk, O_NONBLOCK);
                sock->state = err ? SS_DISCONNECTING : SS_UNCONNECTED;
 
                        if (optlen < 6)
                                return -EINVAL;
                        memcpy(daddr, optptr+optlen-4, 4);
-                       /* Fall through */
+                       fallthrough;
                default:
                        memset(optptr, 0, optlen);
                }
 
        case SIOCSARP:
                if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
                        return -EPERM;
-               /* fall through */
+               fallthrough;
        case SIOCGARP:
                err = copy_from_user(&r, arg, sizeof(struct arpreq));
                if (err)
 
                        }
                }
                ip_mc_up(in_dev);
-               /* fall through */
+               fallthrough;
        case NETDEV_CHANGEADDR:
                if (!IN_DEV_ARP_NOTIFY(in_dev))
                        break;
-               /* fall through */
+               fallthrough;
        case NETDEV_NOTIFY_PEERS:
                /* Send gratuitous ARP to notify of link change */
                inetdev_send_gratuitous_arp(dev, in_dev);
                if (inetdev_valid_mtu(dev->mtu))
                        break;
                /* disable IP when MTU is not enough */
-               /* fall through */
+               fallthrough;
        case NETDEV_UNREGISTER:
                inetdev_destroy(in_dev);
                break;
 
                                case NETDEV_DOWN:
                                case NETDEV_UNREGISTER:
                                        nexthop_nh->fib_nh_flags |= RTNH_F_DEAD;
-                                       /* fall through */
+                                       fallthrough;
                                case NETDEV_CHANGE:
                                        nexthop_nh->fib_nh_flags |= RTNH_F_LINKDOWN;
                                        break;
                        case NETDEV_DOWN:
                        case NETDEV_UNREGISTER:
                                fi->fib_flags |= RTNH_F_DEAD;
-                               /* fall through */
+                               fallthrough;
                        case NETDEV_CHANGE:
                                fi->fib_flags |= RTNH_F_LINKDOWN;
                                break;
 
                        case 3:
                                if (!icmp_tag_validation(iph->protocol))
                                        goto out;
-                               /* fall through */
+                               fallthrough;
                        case 0:
                                info = ntohs(icmph->un.frag.mtu);
                        }
 
        switch (ret) {
        case NET_XMIT_CN:
                do_cn = true;
-               /* fall through */
+               fallthrough;
        case NET_XMIT_SUCCESS:
                break;
        default:
 
        case MRT_ADD_MFC:
        case MRT_DEL_MFC:
                parent = -1;
-               /* fall through */
+               fallthrough;
        case MRT_ADD_MFC_PROXY:
        case MRT_DEL_MFC_PROXY:
                if (optlen != sizeof(mfc)) {
 
                case ICMP_REDIRECT:
                        /* Max length: 24 "GATEWAY=255.255.255.255 " */
                        nf_log_buf_add(m, "GATEWAY=%pI4 ", &ich->un.gateway);
-                       /* Fall through */
+                       fallthrough;
                case ICMP_DEST_UNREACH:
                case ICMP_SOURCE_QUENCH:
                case ICMP_TIME_EXCEEDED:
 
                pr_debug("unknown outbound packet 0x%04x:%s\n", msg,
                         msg <= PPTP_MSG_MAX ? pptp_msg_name[msg] :
                                               pptp_msg_name[0]);
-               /* fall through */
+               fallthrough;
        case PPTP_SET_LINK_INFO:
                /* only need to NAT in case PAC is behind NAT box */
        case PPTP_START_SESSION_REQUEST:
                pr_debug("unknown inbound packet %s\n",
                         msg <= PPTP_MSG_MAX ? pptp_msg_name[msg] :
                                               pptp_msg_name[0]);
-               /* fall through */
+               fallthrough;
        case PPTP_START_SESSION_REQUEST:
        case PPTP_START_SESSION_REPLY:
        case PPTP_STOP_SESSION_REQUEST:
 
        case AF_UNSPEC:
                if (tb[NHA_GROUP])
                        break;
-               /* fallthrough */
+               fallthrough;
        default:
                NL_SET_ERR_MSG(extack, "Invalid address family");
                goto out;
 
                if (inet_csk(sk)->icsk_bind_hash &&
                    !(sk->sk_userlocks & SOCK_BINDPORT_LOCK))
                        inet_put_port(sk);
-               /* fall through */
+               fallthrough;
        default:
                if (oldstate == TCP_ESTABLISHED)
                        TCP_DEC_STATS(sock_net(sk), TCP_MIB_CURRESTAB);
 
                      (*ack_flag & FLAG_LOST_RETRANS)))
                        return;
                /* Change state if cwnd is undone or retransmits are lost */
-               /* fall through */
+               fallthrough;
        default:
                if (tcp_is_reno(tp)) {
                        if (flag & FLAG_SND_UNA_ADVANCED)
                                mptcp_incoming_options(sk, skb, &tp->rx_opt);
                        break;
                }
-               /* fall through */
+               fallthrough;
        case TCP_FIN_WAIT1:
        case TCP_FIN_WAIT2:
                /* RFC 793 says to queue data in these states,
                                return 1;
                        }
                }
-               /* Fall through */
+               fallthrough;
        case TCP_ESTABLISHED:
                tcp_data_queue(sk, skb);
                queued = 1;
 
                }
        }
                /* to ACK */
-               /* fall through */
+               fallthrough;
        case TCP_TW_ACK:
                tcp_v4_timewait_ack(sk, skb);
                break;
                        break;
                st->bucket = 0;
                st->state = TCP_SEQ_STATE_ESTABLISHED;
-               /* Fallthrough */
+               fallthrough;
        case TCP_SEQ_STATE_ESTABLISHED:
                if (st->bucket > tcp_hashinfo.ehash_mask)
                        break;
 
                case UDP_ENCAP_ESPINUDP_NON_IKE:
                        up->encap_rcv = xfrm4_udp_encap_rcv;
 #endif
-                       /* FALLTHROUGH */
+                       fallthrough;
                case UDP_ENCAP_L2TPINUDP:
                        up->encap_type = val;
                        lock_sock(sk);
 
        switch (idev->cnf.addr_gen_mode) {
        case IN6_ADDR_GEN_MODE_RANDOM:
                ipv6_gen_mode_random_init(idev);
-               /* fallthrough */
+               fallthrough;
        case IN6_ADDR_GEN_MODE_STABLE_PRIVACY:
                if (!ipv6_generate_stable_address(&addr, 0, idev))
                        addrconf_add_linklocal(idev, &addr,
                        break;
 
                run_pending = 1;
-
-               /* fall through */
-
+               fallthrough;
        case NETDEV_UP:
        case NETDEV_CHANGE:
                if (dev->flags & IFF_SLAVE)
 
                case NEXTHDR_DEST:
                        if (dir == XFRM_POLICY_OUT)
                                ipv6_rearrange_destopt(iph, exthdr.opth);
-                       /* fall through */
+                       fallthrough;
                case NEXTHDR_HOP:
                        if (!zero_out_mutable_opts(exthdr.opth)) {
                                net_dbg_ratelimited("overrun %sopts\n",
 
                 */
                if (ipv6_addr_is_multicast(&ipv6_hdr(skb)->daddr))
                        break;
-               /* fall through */
+               fallthrough;
        case 2: /* send ICMP PARM PROB regardless and drop packet */
                icmpv6_param_prob(skb, ICMPV6_UNK_OPTION, optoff);
                return false;
 
                hdr = icmp6_hdr(skb);
 
                /* to notify */
-               /* fall through */
+               fallthrough;
        case ICMPV6_DEST_UNREACH:
        case ICMPV6_TIME_EXCEED:
        case ICMPV6_PARAMPROB:
 
                                continue;
                        }
                        w->state = FWS_L;
+                       fallthrough;
 #endif
-                       /* fall through */
                case FWS_L:
                        left = rcu_dereference_protected(fn->left, 1);
                        if (left) {
                                continue;
                        }
                        w->state = FWS_R;
-                       /* fall through */
+                       fallthrough;
                case FWS_R:
                        right = rcu_dereference_protected(fn->right, 1);
                        if (right) {
                        }
                        w->state = FWS_C;
                        w->leaf = rcu_dereference_protected(fn->leaf, 1);
-                       /* fall through */
+                       fallthrough;
                case FWS_C:
                        if (w->leaf && fn->fn_flags & RTN_RTINFO) {
                                int err;
                        }
 skip:
                        w->state = FWS_U;
-                       /* fall through */
+                       fallthrough;
                case FWS_U:
                        if (fn == w->root)
                                return 0;
 
        case MRT6_ADD_MFC:
        case MRT6_DEL_MFC:
                parent = -1;
-               /* fall through */
+               fallthrough;
        case MRT6_ADD_MFC_PROXY:
        case MRT6_DEL_MFC_PROXY:
                if (optlen < sizeof(mfc))
 
        case NETDEV_CHANGEADDR:
                neigh_changeaddr(&nd_tbl, dev);
                fib6_run_gc(0, net, false);
-               /* fallthrough */
+               fallthrough;
        case NETDEV_UP:
                idev = in6_dev_get(dev);
                if (!idev)
 
                        /* Max length: 17 "POINTER=ffffffff " */
                        nf_log_buf_add(m, "POINTER=%08x ",
                                       ntohl(ic->icmp6_pointer));
-                       /* Fall through */
+                       fallthrough;
                case ICMPV6_DEST_UNREACH:
                case ICMPV6_PKT_TOOBIG:
                case ICMPV6_TIME_EXCEED:
 
                if (optname == IPV6_CHECKSUM ||
                    optname == IPV6_HDRINCL)
                        break;
-               /* fall through */
+               fallthrough;
        default:
                return ipv6_setsockopt(sk, level, optname, optval, optlen);
        }
                if (optname == IPV6_CHECKSUM ||
                    optname == IPV6_HDRINCL)
                        break;
-               /* fall through */
+               fallthrough;
        default:
                return compat_ipv6_setsockopt(sk, level, optname,
                                              optval, optlen);
                if (optname == IPV6_CHECKSUM ||
                    optname == IPV6_HDRINCL)
                        break;
-               /* fall through */
+               fallthrough;
        default:
                return ipv6_getsockopt(sk, level, optname, optval, optlen);
        }
                if (optname == IPV6_CHECKSUM ||
                    optname == IPV6_HDRINCL)
                        break;
-               /* fall through */
+               fallthrough;
        default:
                return compat_ipv6_getsockopt(sk, level, optname,
                                              optval, optlen);
 
                        IP6_INC_STATS(net, idev, IPSTATS_MIB_INADDRERRORS);
                        break;
                }
-               /* FALLTHROUGH */
+               fallthrough;
        case IPSTATS_MIB_OUTNOROUTES:
                IP6_INC_STATS(net, idev, ipstats_mib_noroutes);
                break;
 
                }
        }
                /* to ACK */
-               /* fall through */
+               fallthrough;
        case TCP_TW_ACK:
                tcp_v6_timewait_ack(sk, skb);
                break;