File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments