aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2019-02-20 16:21:07 -0800
committerJason Gunthorpe <jgg@mellanox.com>2019-04-25 12:02:18 -0300
commita7b36d5fa86c70fbde311659fb2a7b8a52d965a1 (patch)
tree4bddee802055f1ad5952999c21e7288f516a25b1 /drivers/infiniband/hw/bnxt_re/ib_verbs.c
parentMerge branch 'mlx5_tir_icm' into rdma.git for-next (diff)
downloadlinux-dev-a7b36d5fa86c70fbde311659fb2a7b8a52d965a1.tar.xz
linux-dev-a7b36d5fa86c70fbde311659fb2a7b8a52d965a1.zip
ib/bnxt: Remove mention of idr_alloc from comment
Signed-off-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to '')
-rw-r--r--drivers/infiniband/hw/bnxt_re/ib_verbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/bnxt_re/ib_verbs.c b/drivers/infiniband/hw/bnxt_re/ib_verbs.c
index 8cf255054fda..3fcc77c03903 100644
--- a/drivers/infiniband/hw/bnxt_re/ib_verbs.c
+++ b/drivers/infiniband/hw/bnxt_re/ib_verbs.c
@@ -3658,7 +3658,7 @@ int bnxt_re_alloc_ucontext(struct ib_ucontext *ctx, struct ib_udata *udata)
resp.chip_id0 = chip_met_rev_num;
/* Future extension of chip info */
resp.chip_id1 = 0;
- /*Temp, Use idr_alloc instead */
+ /*Temp, Use xa_alloc instead */
resp.dev_id = rdev->en_dev->pdev->devfn;
resp.max_qp = rdev->qplib_ctx.qpc_count;
resp.pg_size = PAGE_SIZE;