All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
@ 2016-07-20  9:29 ` Lee Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2016-07-20  9:29 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: kernel, patrice.chotard, ohad, bjorn.andersson, linux-remoteproc,
	Lee Jones

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(-)

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);
 
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
@ 2016-07-20  9:29 ` Lee Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2016-07-20  9:29 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

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);
 
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
  2016-07-20  9:29 ` Lee Jones
@ 2016-08-16 12:52   ` Lee Jones
  -1 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2016-08-16 12:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: kernel, patrice.chotard, ohad, bjorn.andersson, linux-remoteproc

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
@ 2016-08-16 12:52   ` Lee Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2016-08-16 12:52 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
  2016-08-16 12:52   ` Lee Jones
@ 2016-08-16 16:26     ` Bjorn Andersson
  -1 siblings, 0 replies; 8+ messages in thread
From: Bjorn Andersson @ 2016-08-16 16:26 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, kernel, patrice.chotard, ohad,
	linux-remoteproc

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
@ 2016-08-16 16:26     ` Bjorn Andersson
  0 siblings, 0 replies; 8+ messages in thread
From: Bjorn Andersson @ 2016-08-16 16:26 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
  2016-08-16 16:26     ` Bjorn Andersson
@ 2016-08-17  7:46       ` Lee Jones
  -1 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2016-08-17  7:46 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: linux-arm-kernel, linux-kernel, kernel, patrice.chotard, ohad,
	linux-remoteproc

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
@ 2016-08-17  7:46       ` Lee Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2016-08-17  7:46 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-08-17  7:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20  9:29 [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon Lee Jones
2016-07-20  9:29 ` Lee Jones
2016-08-16 12:52 ` Lee Jones
2016-08-16 12:52   ` Lee Jones
2016-08-16 16:26   ` Bjorn Andersson
2016-08-16 16:26     ` Bjorn Andersson
2016-08-17  7:46     ` Lee Jones
2016-08-17  7:46       ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.