···13251325 case SOCK_WAKE_SPACE:13261326 if (!test_and_clear_bit(SOCKWQ_ASYNC_NOSPACE, &wq->flags))13271327 break;13281328- /* fall through */13281328+ fallthrough;13291329 case SOCK_WAKE_IO:13301330call_kill:13311331 kill_fasync(&wq->fasync_list, SIGIO, band);···31583158 if (rule_cnt > KMALLOC_MAX_SIZE / sizeof(u32))31593159 return -ENOMEM;31603160 buf_size += rule_cnt * sizeof(u32);31613161- /* fall through */31613161+ fallthrough;31623162 case ETHTOOL_GRXRINGS:31633163 case ETHTOOL_GRXCLSRLCNT:31643164 case ETHTOOL_GRXCLSRULE:31653165 case ETHTOOL_SRXCLSRLINS:31663166 convert_out = true;31673167- /* fall through */31673167+ fallthrough;31683168 case ETHTOOL_SRXCLSRLDEL:31693169 buf_size += sizeof(struct ethtool_rxnfc);31703170 convert_in = true;