Blame SOURCES/0003-man-Fix-wrong-field-in-ibv_wr_post-s-man-page.patch

bbe12a
From 382253d87dab98a7d082cd91e40eb59c8b70077b Mon Sep 17 00:00:00 2001
bbe12a
From: Noa Osherovich <noaos@mellanox.com>
bbe12a
Date: Mon, 28 Oct 2019 15:58:12 +0200
bbe12a
Subject: [PATCH rdma-core 03/13] man: Fix wrong field in ibv_wr_post's man
bbe12a
 page
bbe12a
bbe12a
[ Upstream commit 5850789bb89df8f418d99b5dfb7f18bc3dd6cf58 ]
bbe12a
bbe12a
The example in the man page refers to a non-existing field.
bbe12a
Update to the correct field name.
bbe12a
bbe12a
Fixes: 58ef962809865 ('verbs: Introduce a new post send API')
bbe12a
Signed-off-by: Noa Osherovich <noaos@mellanox.com>
bbe12a
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
bbe12a
---
bbe12a
 libibverbs/man/ibv_wr_post.3.md | 2 +-
bbe12a
 1 file changed, 1 insertion(+), 1 deletion(-)
bbe12a
bbe12a
diff --git a/libibverbs/man/ibv_wr_post.3.md b/libibverbs/man/ibv_wr_post.3.md
bbe12a
index 4d5f80d6..ab7fc5f5 100644
bbe12a
--- a/libibverbs/man/ibv_wr_post.3.md
bbe12a
+++ b/libibverbs/man/ibv_wr_post.3.md
bbe12a
@@ -315,7 +315,7 @@ ibv_wr_set_sge(qpx, lkey, local_addr_1, length_1);
bbe12a
 
bbe12a
 /* create 2nd WRITE_WITH_IMM WR entry */
bbe12a
 qpx->wr_id = my_wr_id_2;
bbe12a
-qpx->send_flags = IBV_SEND_SIGNALED;
bbe12a
+qpx->wr_flags = IBV_SEND_SIGNALED;
bbe12a
 ibv_wr_rdma_write_imm(qpx, rkey, remote_addr_2, htonl(0x1234));
bbe12a
 ibv_set_wr_sge(qpx, lkey, local_addr_2, length_2);
bbe12a
 
bbe12a
-- 
bbe12a
2.20.1
bbe12a