Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1208 from janekmi/rpma-conn_completion_get-doc-fix
Browse files Browse the repository at this point in the history
rpma: fix the rpma_conn_completion_get() documentation
  • Loading branch information
Jan Michalski authored Aug 24, 2021
2 parents bffa7e3 + 65580c6 commit a2a496d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/include/librpma.h
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ int rpma_conn_completion_wait(struct rpma_conn *conn);
* DESCRIPTION
* rpma_conn_completion_get() receives the next available completion
* of an already posted operation. All operations generate completion on
* error. The operations posted with the **RPMA_F_COMPLETION_ALWAYS** flag
* error. The operations posted with the RPMA_F_COMPLETION_ALWAYS flag
* also generate a completion on success.
* The following operations are available:
* - RPMA_OP_READ - RMA read operation
Expand All @@ -2558,8 +2558,8 @@ int rpma_conn_completion_wait(struct rpma_conn *conn);
* RETURN VALUE
* The rpma_conn_completion_get() function returns 0 on success or a negative
* error code on failure. On success, it writes the first available completion
* to *cmpl*. If *op_status* of the written *cmpl* is not equal to
* **IBV_WC_SUCCESS** then only *op_context* of the returned *cmpl* is valid.
* to cmpl. If op_status of the written cmpl is not equal to
* IBV_WC_SUCCESS then only op_context of the returned cmpl is valid.
*
* ERRORS
* rpma_conn_completion_get() can fail with the following errors:
Expand Down

0 comments on commit a2a496d

Please sign in to comment.