kernel/drivers/infiniband/hw/i40iw/i40iw_puda.c
.. .. @@ -814,13 +814,13 @@ 814 814 switch (rsrc->completion) { 815 815 case PUDA_HASH_CRC_COMPLETE: 816 816 i40iw_free_hash_desc(rsrc->hash_desc); 817 - /* fall through */817 + fallthrough;818 818 case PUDA_QP_CREATED: 819 819 if (!reset) 820 820 i40iw_puda_free_qp(rsrc); 821 821 822 822 i40iw_free_dma_mem(dev->hw, &rsrc->qpmem); 823 - /* fallthrough */823 + fallthrough;824 824 case PUDA_CQ_CREATED: 825 825 if (!reset) 826 826 i40iw_puda_free_cq(rsrc);