Skip to content

Commit 73f61d0

Browse files
author
Hubert Miś
committed
rpmsg_virtio: docs fixes for the rpmsg_init_vdev function
Replacing potentially objectionable terms from the function description. Language fixes. Signed-off-by: Hubert Miś <hubert.mis@nordicsemi.no>
1 parent f416f10 commit 73f61d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/include/openamp/rpmsg_virtio.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ int rpmsg_virtio_get_buffer_size(struct rpmsg_device *rdev);
143143

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

0 commit comments

Comments
 (0)