From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 16 Aug 2016 09:26:43 -0700 From: Bjorn Andersson Subject: Re: [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon Message-ID: <20160816162643.GO26240@tuxbot> References: <20160720092935.5902-1-lee.jones@linaro.org> <20160816125248.GA2775@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160816125248.GA2775@dell> To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, patrice.chotard@st.com, ohad@wizery.com, linux-remoteproc@vger.kernel.org List-ID: On Tue 16 Aug 05:52 PDT 2016, Lee Jones wrote: > On Wed, 20 Jul 2016, Lee Jones wrote: > > > It should never have been there in the first place. > > > > Signed-off-by: Lee Jones > > --- > > 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? > It was applied end of last week, but forgot to respond to your email, sorry about that. Thanks, Bjorn > > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjorn.andersson@linaro.org (Bjorn Andersson) Date: Tue, 16 Aug 2016 09:26:43 -0700 Subject: [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon In-Reply-To: <20160816125248.GA2775@dell> References: <20160720092935.5902-1-lee.jones@linaro.org> <20160816125248.GA2775@dell> Message-ID: <20160816162643.GO26240@tuxbot> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue 16 Aug 05:52 PDT 2016, Lee Jones wrote: > On Wed, 20 Jul 2016, Lee Jones wrote: > > > It should never have been there in the first place. > > > > Signed-off-by: Lee Jones > > --- > > 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? > It was applied end of last week, but forgot to respond to your email, sorry about that. Thanks, Bjorn > > 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