treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / infiniband / core / cma.c
index 26de0dab60bbba00e7896d1d8261213baa1af843..7f0e91e92968da394c720bfcc5e2d20b4e3675e0 100644 (file)
@@ -1985,7 +1985,8 @@ static int cma_ib_handler(struct ib_cm_id *cm_id,
                event.event = RDMA_CM_EVENT_ESTABLISHED;
                break;
        case IB_CM_DREQ_ERROR:
-               event.status = -ETIMEDOUT; /* fall through */
+               event.status = -ETIMEDOUT;
+               fallthrough;
        case IB_CM_DREQ_RECEIVED:
        case IB_CM_DREP_RECEIVED:
                if (!cma_comp_exch(id_priv, RDMA_CM_CONNECT,