Skip to content

Commit

Permalink
DOC/RECV-NBX: removed incorrect note
Browse files Browse the repository at this point in the history
- removed incorrect note from function description
  • Loading branch information
Sergey Oblomov committed Jan 11, 2021
1 parent 5a1b3bf commit 4b4df04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ucp/api/ucp.h
Original file line number Diff line number Diff line change
Expand Up @@ -3385,9 +3385,6 @@ ucs_status_t ucp_tag_recv_nbr(ucp_worker_h worker, void *buffer, size_t count,
* message is in the receive buffer and ready for application access. If the
* receive operation cannot be stated the routine returns an error.
*
* @note This routine cannot return UCS_OK. It always returns a request
* handle or an error.
*
* @param [in] worker UCP worker that is used for the receive operation.
* @param [in] buffer Pointer to the buffer to receive the data to.
* @param [in] count Number of elements to receive
Expand Down

0 comments on commit 4b4df04

Please sign in to comment.