From 0b3ce7ab09c152fc35d31d57bfd2434815f92437 Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Wed, 13 Jun 2018 11:14:24 +0200 Subject: [PATCH] rpmsg_virtio: fixup some comments Signed-off-by: Arnaud Pouliquen --- lib/rpmsg/rpmsg_virtio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/rpmsg/rpmsg_virtio.c b/lib/rpmsg/rpmsg_virtio.c index 49d60ba..5cff7c3 100644 --- a/lib/rpmsg/rpmsg_virtio.c +++ b/lib/rpmsg/rpmsg_virtio.c @@ -58,7 +58,7 @@ void rpmsg_virtio_init_shm_pool(struct rpmsg_virtio_shm_pool *shpool, * * Places the used buffer back on the virtqueue. * - * @param rvdev - pointer to remote core + * @param rvdev - pointer to remote core * @param buffer - buffer pointer * @param len - buffer length * @param idx - buffer index @@ -94,10 +94,10 @@ static void rpmsg_virtio_return_buffer(struct rpmsg_virtio_device *rvdev, * * Places buffer on the virtqueue for consumption by the other side. * - * @param rvdev - pointer to rpmsg virtio + * @param rvdev - pointer to rpmsg virtio * @param buffer - buffer pointer * @param len - buffer length - * @idx - buffer index + * @param idx - buffer index * * @return - status of function execution */