diff options
author | Yuval Shaia <yuval.shaia@oracle.com> | 2017-01-04 22:17:14 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-01-24 14:19:48 -0500 |
commit | 6c6e51a617df3ef6acdbdb550d61c70899e6033e (patch) | |
tree | 6e88a6a93f6110c5e9d894218391a0784f70c2f2 /drivers/infiniband/core/cq.c | |
parent | 102c5ce082f557405a0f71ad5a8920f9df50cd9e (diff) | |
download | lwn-6c6e51a617df3ef6acdbdb550d61c70899e6033e.tar.gz lwn-6c6e51a617df3ef6acdbdb550d61c70899e6033e.zip |
IB/core: Fix typo in comment
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/core/cq.c')
-rw-r--r-- | drivers/infiniband/core/cq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/cq.c b/drivers/infiniband/core/cq.c index a754fc727de5..838147ef727f 100644 --- a/drivers/infiniband/core/cq.c +++ b/drivers/infiniband/core/cq.c @@ -120,7 +120,7 @@ static void ib_cq_completion_workqueue(struct ib_cq *cq, void *private) * * This is the proper interface to allocate a CQ for in-kernel users. A * CQ allocated with this interface will automatically be polled from the - * specified context. The ULP needs must use wr->wr_cqe instead of wr->wr_id + * specified context. The ULP must use wr->wr_cqe instead of wr->wr_id * to use this CQ abstraction. */ struct ib_cq *ib_alloc_cq(struct ib_device *dev, void *private, |