]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
IB/sdp: Fix typo in code
authorMichael S. Tsirkin <mst@mellanox.co.il>
Thu, 20 Jul 2006 15:45:08 +0000 (18:45 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:03:52 +0000 (05:03 -0700)
drivers/infiniband/ulp/sdp/sdp_cma.c

index b98dae062fa42590716dac04e75a002dc55f1da3..cf8d848877d453e0e62a56695ea90ef505151337 100644 (file)
@@ -102,7 +102,7 @@ int sdp_init_qp(struct sock *sk, struct rdma_cm_id *id)
        };
        struct ib_device *device = id->device;
        struct ib_cq *cq;
-       struct ib_pd *mr;
+       struct ib_mr *mr;
        struct ib_pd *pd;
        int rc;