lkml.org 
[lkml]   [2016]   [Aug]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
On Wed, 20 Jul 2016, Lee Jones wrote:

> It should never have been there in the first place.
>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> drivers/rpmsg/virtio_rpmsg_bus.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

I'm assuming this was missed. Would you like me to send it again, or
do you have the original patch still in your inbox?

> diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
> index fe03b2a..9823178 100644
> --- a/drivers/rpmsg/virtio_rpmsg_bus.c
> +++ b/drivers/rpmsg/virtio_rpmsg_bus.c
> @@ -865,7 +865,7 @@ static void rpmsg_recv_done(struct virtqueue *rvq)
> msgs_received++;
>
> msg = virtqueue_get_buf(rvq, &len);
> - };
> + }
>
> dev_dbg(dev, "Received %u messages\n", msgs_received);
>

--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

\
 
 \ /
  Last update: 2016-09-17 09:57    [W:0.082 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site