Skip to content

Commit 935ab1c

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 2142b81 commit 935ab1c

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
@@ -139,14 +139,14 @@ int rpmsg_virtio_get_buffer_size(struct rpmsg_device *rdev);
139139

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

0 commit comments

Comments
 (0)