]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
IB/core: Fix typo in comment
authorYuval Shaia <yuval.shaia@oracle.com>
Wed, 4 Jan 2017 20:17:14 +0000 (22:17 +0200)
committerDoug Ledford <dledford@redhat.com>
Tue, 24 Jan 2017 19:19:48 +0000 (14:19 -0500)
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/cq.c

index a754fc727de52181aed8b4e59146a9e356a0411a..838147ef727f89922af6f3528f0f9166af73151c 100644 (file)
@@ -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,