diff mbox

[rdma-core,1/1] verbs: Fix man error in cq_attr argument of ibv_create_cq_ex

Message ID 1525955755-10239-1-git-send-email-rzambre@uci.edu (mailing list archive)
State Accepted
Delegated to: Jason Gunthorpe
Headers show

Commit Message

Rohit Zambre May 10, 2018, 12:35 p.m. UTC
Signed-off-by: Rohit Zambre <rzambre@uci.edu>
---
 libibverbs/man/ibv_create_cq_ex.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jason Gunthorpe May 16, 2018, 6:04 p.m. UTC | #1
On Thu, May 10, 2018 at 12:35:55PM +0000, Rohit Zambre wrote:
> Signed-off-by: Rohit Zambre <rzambre@uci.edu>
> ---
>  libibverbs/man/ibv_create_cq_ex.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I applied this patch, thanks.. The other needs to get for Yishai's ack

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rohit Zambre May 16, 2018, 6:51 p.m. UTC | #2
Thank you,
-Rohit Zambre

On Wed, May 16, 2018 at 1:04 PM, Jason Gunthorpe <jgg@ziepe.ca> wrote:
> On Thu, May 10, 2018 at 12:35:55PM +0000, Rohit Zambre wrote:
>> Signed-off-by: Rohit Zambre <rzambre@uci.edu>
>> ---
>>  libibverbs/man/ibv_create_cq_ex.3 | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> I applied this patch, thanks.. The other needs to get for Yishai's ack
>
> Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/libibverbs/man/ibv_create_cq_ex.3 b/libibverbs/man/ibv_create_cq_ex.3
index 51a6eb5..2abdbe4 100644
--- a/libibverbs/man/ibv_create_cq_ex.3
+++ b/libibverbs/man/ibv_create_cq_ex.3
@@ -9,7 +9,7 @@  ibv_create_cq_ex \- create a completion queue (CQ)
 .B #include <infiniband/verbs.h>
 .sp
 .BI "struct ibv_cq_ex *ibv_create_cq_ex(struct ibv_context " "*context" ",
-.BI "                                   struct ibv_create_cq_attr_ex " "*cq_attr" );
+.BI "                                   struct ibv_cq_init_attr_ex " "*cq_attr" );
 .fi
 .SH "DESCRIPTION"
 .B ibv_create_cq_ex()