From a12d03ccc125beb43d48e0aa2b22004442c42c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Mi=C5=9B?= Date: Mon, 20 Dec 2021 09:46:48 +0100 Subject: [PATCH] rpmsg_virtio: docs fixes for the rpmsg_init_vdev function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replacing potentially objectionable terms from the function description. Language fixes. Signed-off-by: Hubert Miś --- lib/include/openamp/rpmsg_virtio.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/include/openamp/rpmsg_virtio.h b/lib/include/openamp/rpmsg_virtio.h index 7d5e729c1..10c890252 100644 --- a/lib/include/openamp/rpmsg_virtio.h +++ b/lib/include/openamp/rpmsg_virtio.h @@ -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