Commit 6c09ea0b authored by Arnaud Pouliquen's avatar Arnaud Pouliquen Committed by Bjorn Andersson

rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel description

Complete the virtio_rpmsg_channel structure description to fix a
compilation warning with W=1 option:

drivers/rpmsg/virtio_rpmsg_bus.c:95: warning: Cannot understand
 * @vrp: the remote processor this channel belongs to
Reviewed-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarArnaud Pouliquen <arnaud.pouliquen@st.com>
Link: https://lore.kernel.org/r/20200731074850.3262-1-arnaud.pouliquen@st.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 231331b2
...@@ -123,7 +123,12 @@ enum rpmsg_ns_flags { ...@@ -123,7 +123,12 @@ enum rpmsg_ns_flags {
}; };
/** /**
* @vrp: the remote processor this channel belongs to * struct virtio_rpmsg_channel - rpmsg channel descriptor
* @rpdev: the rpmsg channel device
* @vrp: the virtio remote processor device this channel belongs to
*
* This structure stores the channel that links the rpmsg device to the virtio
* remote processor device.
*/ */
struct virtio_rpmsg_channel { struct virtio_rpmsg_channel {
struct rpmsg_device rpdev; struct rpmsg_device rpdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment