From: bjorn.andersson@linaro.org (Bjorn Andersson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
Date: Tue, 16 Aug 2016 09:26:43 -0700 [thread overview]
Message-ID: <20160816162643.GO26240@tuxbot> (raw)
In-Reply-To: <20160816125248.GA2775@dell>
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.
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
next prev parent reply other threads:[~2016-08-16 16:26 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 [this message]
2016-08-17 7:46 ` Lee Jones
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=20160816162643.GO26240@tuxbot \
--to=bjorn.andersson@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).