Skip to content

Commit

Permalink
rpmsg_virtio: docs fixes for the rpmsg_init_vdev function
Browse files Browse the repository at this point in the history
Replacing potentially objectionable terms from the function description.
Language fixes.

Signed-off-by: Hubert Miś <hubert.mis@nordicsemi.no>
  • Loading branch information
hubertmis authored and arnopo committed Jan 4, 2022
1 parent 6cb75b8 commit a12d03c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/include/openamp/rpmsg_virtio.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ int rpmsg_virtio_get_buffer_size(struct rpmsg_device *rdev);

/**
* rpmsg_init_vdev - initialize rpmsg virtio device
* Master side:
* Host side:
* Initialize RPMsg virtio queues and shared buffers, the address of shm can be
* ANY. In this case, function will get shared memory from system shared memory
* pools. If the vdev has RPMsg name service feature, this API will create an
* pools. If the vdev has the RPMsg name service feature, this API will create a
* name service endpoint.
*
* Slave side:
* This API will not return until the driver ready is set by the master side.
* Remote side:
* This API will not return until the driver ready is set by the host side.
*
* @param rvdev - pointer to the rpmsg virtio device
* @param vdev - pointer to the virtio device
Expand Down

0 comments on commit a12d03c

Please sign in to comment.