treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / infiniband / sw / rdmavt / qp.c
index 332a8ba94b81b0c5e00b8f6d569181c0b249a274..ee48befc8978619b477cfa7325d66be1f622773f 100644 (file)
@@ -1111,7 +1111,7 @@ struct ib_qp *rvt_create_qp(struct ib_pd *ibpd,
                if (init_attr->port_num == 0 ||
                    init_attr->port_num > ibpd->device->phys_port_cnt)
                        return ERR_PTR(-EINVAL);
-               /* fall through */
+               fallthrough;
        case IB_QPT_UC:
        case IB_QPT_RC:
        case IB_QPT_UD: