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