Update the document since those functions had been renamed in below.
commit 0a18cfe4f6d7d ("IB/core: Rename ib_create_ah to rdma_create_ah")
commit 67b985b6c7553 ("IB/core: Rename ib_modify_ah to rdma_modify_ah")
commit bfbfd661c9ea2 ("IB/core: Rename ib_query_ah to rdma_query_ah")
commit 365231593409f ("IB/core: Rename ib_destroy_ah to rdma_destroy_ah")
Cc: Niranjana Vishwanathapura <[email protected]>
Signed-off-by: Guoqing Jiang <[email protected]>
---
Documentation/infiniband/core_locking.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/infiniband/core_locking.rst
b/Documentation/infiniband/core_locking.rst
index f34669beb4fe..8f76a8a5a38f 100644
--- a/Documentation/infiniband/core_locking.rst
+++ b/Documentation/infiniband/core_locking.rst
@@ -29,10 +29,10 @@ Sleeping and interrupt context
The corresponding functions exported to upper level protocol
consumers:
- - ib_create_ah
- - ib_modify_ah
- - ib_query_ah
- - ib_destroy_ah
+ - rdma_create_ah
+ - rdma_modify_ah
+ - rdma_query_ah
+ - rdma_destroy_ah
- ib_post_send
- ib_post_recv
- ib_req_notify_cq
--
2.17.1