mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-02-06 02:54:32 +08:00
rpmsg_virtio: fixup some comments
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
This commit is contained in:
committed by
wjliang
parent
b3488d8e12
commit
0b3ce7ab09
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user