mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-02-05 18:51:28 +08:00
remoteproc virtio: Fix documentation
The function rproc_virtio_wait_remote_ready does not return a value. Remove the related @return field from the documentation. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
This commit is contained in:
committed by
Arnaud Pouliquen
parent
b42e8443b9
commit
f819642829
@@ -121,8 +121,6 @@ int rproc_virtio_notified(struct virtio_device *vdev, uint32_t notifyid);
|
||||
* communications.
|
||||
*
|
||||
* @param vdev Pointer to the virtio device
|
||||
*
|
||||
* @return true when remote processor is ready.
|
||||
*/
|
||||
void rproc_virtio_wait_remote_ready(struct virtio_device *vdev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user