hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/infiniband/hw/i40iw/i40iw_puda.c
....@@ -814,13 +814,13 @@
814814 switch (rsrc->completion) {
815815 case PUDA_HASH_CRC_COMPLETE:
816816 i40iw_free_hash_desc(rsrc->hash_desc);
817
- /* fall through */
817
+ fallthrough;
818818 case PUDA_QP_CREATED:
819819 if (!reset)
820820 i40iw_puda_free_qp(rsrc);
821821
822822 i40iw_free_dma_mem(dev->hw, &rsrc->qpmem);
823
- /* fallthrough */
823
+ fallthrough;
824824 case PUDA_CQ_CREATED:
825825 if (!reset)
826826 i40iw_puda_free_cq(rsrc);