rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel description
authorArnaud Pouliquen <arnaud.pouliquen@st.com>
Fri, 31 Jul 2020 07:48:50 +0000 (09:48 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 15 Sep 2020 03:48:12 +0000 (03:48 +0000)
commit6c09ea0b0aefda20d49e8d771f77a3e92f46b7d2
tree94d615d07e7d6936f37f583e6e2852ecc71cdec7
parent231331b2dbd71487159a0400d9ffd967eb0d0e08
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: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Link: https://lore.kernel.org/r/20200731074850.3262-1-arnaud.pouliquen@st.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/virtio_rpmsg_bus.c