Re: [Qemu-devel] [PATCH] misc: spelling

2016-01-18 Thread Markus Armbruster
Michael Tokarev  writes:

> 18.12.2015 13:06, marcandre.lur...@redhat.com wrote:
>> From: Marc-André Lureau 
>
> This patch does not have a required Signed-off-By tag, sorry.

Marc-André, please reply with your S-o-B to unblock this patch.



Re: [Qemu-devel] [PATCH] misc: spelling

2016-01-10 Thread Michael Tokarev
18.12.2015 13:06, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau 

This patch does not have a required Signed-off-By tag, sorry.

Thanks,

/mjt

> ---
>  monitor.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/monitor.c b/monitor.c
> index e7e7ae2..51ec4c3 100644
> --- a/monitor.c
> +++ b/monitor.c
> @@ -311,7 +311,7 @@ static void monitor_flush_locked(Monitor *mon)
>  return;
>  }
>  if (rc > 0) {
> -/* partinal write */
> +/* partial write */
>  QString *tmp = qstring_from_str(buf + rc);
>  QDECREF(mon->outbuf);
>  mon->outbuf = tmp;
> 




[Qemu-devel] [PATCH] misc: spelling

2015-12-18 Thread marcandre . lureau
From: Marc-André Lureau 

---
 monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor.c b/monitor.c
index e7e7ae2..51ec4c3 100644
--- a/monitor.c
+++ b/monitor.c
@@ -311,7 +311,7 @@ static void monitor_flush_locked(Monitor *mon)
 return;
 }
 if (rc > 0) {
-/* partinal write */
+/* partial write */
 QString *tmp = qstring_from_str(buf + rc);
 QDECREF(mon->outbuf);
 mon->outbuf = tmp;
-- 
2.5.0




Re: [Qemu-devel] [PATCH] misc: spelling

2015-12-18 Thread Markus Armbruster
Copying maintainer just for completeness.  I'm sure Luiz won't at all
mind this going through trivial ;)

Let's clarify the commit message:

monitor: Spelling fix

With that:

Reviewed-by: Markus Armbruster 

marcandre.lur...@redhat.com writes:

> From: Marc-André Lureau 
>
> ---
>  monitor.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/monitor.c b/monitor.c
> index e7e7ae2..51ec4c3 100644
> --- a/monitor.c
> +++ b/monitor.c
> @@ -311,7 +311,7 @@ static void monitor_flush_locked(Monitor *mon)
>  return;
>  }
>  if (rc > 0) {
> -/* partinal write */
> +/* partial write */
>  QString *tmp = qstring_from_str(buf + rc);
>  QDECREF(mon->outbuf);
>  mon->outbuf = tmp;



Re: [Qemu-devel] [PATCH] misc: spelling

2015-12-18 Thread Luiz Capitulino
On Fri, 18 Dec 2015 13:58:45 +0100
Markus Armbruster  wrote:

> Copying maintainer just for completeness.  I'm sure Luiz won't at all
> mind this going through trivial ;)
> 
> Let's clarify the commit message:
> 
> monitor: Spelling fix
> 
> With that:
> 
> Reviewed-by: Markus Armbruster 

Reviewed-by: Luiz Capitulino 

> 
> marcandre.lur...@redhat.com writes:
> 
> > From: Marc-André Lureau 
> >
> > ---
> >  monitor.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/monitor.c b/monitor.c
> > index e7e7ae2..51ec4c3 100644
> > --- a/monitor.c
> > +++ b/monitor.c
> > @@ -311,7 +311,7 @@ static void monitor_flush_locked(Monitor *mon)
> >  return;
> >  }
> >  if (rc > 0) {
> > -/* partinal write */
> > +/* partial write */
> >  QString *tmp = qstring_from_str(buf + rc);
> >  QDECREF(mon->outbuf);
> >  mon->outbuf = tmp;
>