From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
Date: Wed, 17 Aug 2016 08:46:05 +0100 [thread overview]
Message-ID: <20160817074605.GC4254@dell> (raw)
In-Reply-To: <20160816162643.GO26240@tuxbot>
On Tue, 16 Aug 2016, Bjorn Andersson wrote:
> 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 <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?
> >
>
> It was applied end of last week, but forgot to respond to your email,
> sorry about that.
Ah, great, thanks.
> > > 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
prev parent reply other threads:[~2016-08-17 7:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-20 9:29 [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon Lee Jones
2016-08-16 12:52 ` Lee Jones
2016-08-16 16:26 ` Bjorn Andersson
2016-08-17 7:46 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160817074605.GC4254@dell \
--to=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).