Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[linux-block.git] / drivers / infiniband / hw / hfi1 / tid_rdma.c
index facff133139a9597299c0b151001ab4de0cb718f..9af82ff933d7335664dad97b46b0c4df36c6d0a9 100644 (file)
@@ -3227,7 +3227,7 @@ bool hfi1_tid_rdma_wqe_interlock(struct rvt_qp *qp, struct rvt_swqe *wqe)
        case IB_WR_RDMA_READ:
                if (prev->wr.opcode != IB_WR_TID_RDMA_WRITE)
                        break;
-               /* fall through */
+               fallthrough;
        case IB_WR_TID_RDMA_READ:
                switch (prev->wr.opcode) {
                case IB_WR_RDMA_READ:
@@ -5067,7 +5067,7 @@ int hfi1_make_tid_rdma_pkt(struct rvt_qp *qp, struct hfi1_pkt_state *ps)
                if (priv->s_state == TID_OP(WRITE_REQ))
                        hfi1_tid_rdma_restart_req(qp, wqe, &bth2);
                priv->s_state = TID_OP(WRITE_DATA);
-               /* fall through */
+               fallthrough;
 
        case TID_OP(WRITE_DATA):
                /*