rpmsg: remove rpmsg send incorrect comments

The RPMsg comments to rpmsg send raw was out of date.
Remove the incorrect comments.

Signed-off-by: Wendy Liang <wendy.liang@xilinx.com>
This commit is contained in:
Wendy Liang
2018-12-04 23:13:42 -08:00
committed by wjliang
parent 902ef10020
commit 441f764490

View File

@@ -118,9 +118,6 @@ struct rpmsg_device {
* the source @src address.
* The message will be sent to the remote processor which the channel belongs
* to.
* In case there are no TX buffers available, the function will block until
* one becomes available, or a timeout of 15 seconds elapses. When the latter
* happens, -ERESTARTSYS is returned.
*
* Returns number of bytes it has sent or negative error value on failure.
*/