All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] misc: spelling
@ 2015-12-18 10:06 marcandre.lureau
  2015-12-18 12:58 ` Markus Armbruster
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: marcandre.lureau @ 2015-12-18 10:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

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

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

* Re: [Qemu-devel] [PATCH] misc: spelling
  2015-12-18 10:06 [Qemu-devel] [PATCH] misc: spelling marcandre.lureau
@ 2015-12-18 12:58 ` Markus Armbruster
  2015-12-18 13:20   ` Luiz Capitulino
  2016-01-10 17:50 ` Michael Tokarev
  2016-01-18 13:25 ` [Qemu-devel] [PATCH v2] monitor: spelling fix marcandre.lureau
  2 siblings, 1 reply; 7+ messages in thread
From: Markus Armbruster @ 2015-12-18 12:58 UTC (permalink / raw)
  To: marcandre.lureau; +Cc: qemu-trivial, qemu-devel, Luiz Capitulino

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 <armbru@redhat.com>

marcandre.lureau@redhat.com writes:

> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> ---
>  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;

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

* Re: [Qemu-devel] [PATCH] misc: spelling
  2015-12-18 12:58 ` Markus Armbruster
@ 2015-12-18 13:20   ` Luiz Capitulino
  0 siblings, 0 replies; 7+ messages in thread
From: Luiz Capitulino @ 2015-12-18 13:20 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-trivial, marcandre.lureau, qemu-devel

On Fri, 18 Dec 2015 13:58:45 +0100
Markus Armbruster <armbru@redhat.com> 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 <armbru@redhat.com>

Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>

> 
> marcandre.lureau@redhat.com writes:
> 
> > From: Marc-André Lureau <marcandre.lureau@redhat.com>
> >
> > ---
> >  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;
> 

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

* Re: [Qemu-devel] [PATCH] misc: spelling
  2015-12-18 10:06 [Qemu-devel] [PATCH] misc: spelling marcandre.lureau
  2015-12-18 12:58 ` Markus Armbruster
@ 2016-01-10 17:50 ` Michael Tokarev
  2016-01-18 13:07   ` Markus Armbruster
  2016-01-18 13:25 ` [Qemu-devel] [PATCH v2] monitor: spelling fix marcandre.lureau
  2 siblings, 1 reply; 7+ messages in thread
From: Michael Tokarev @ 2016-01-10 17:50 UTC (permalink / raw)
  To: marcandre.lureau, qemu-devel; +Cc: qemu-trivial

18.12.2015 13:06, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>

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

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

* Re: [Qemu-devel] [PATCH] misc: spelling
  2016-01-10 17:50 ` Michael Tokarev
@ 2016-01-18 13:07   ` Markus Armbruster
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Armbruster @ 2016-01-18 13:07 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: qemu-trivial, marcandre.lureau, qemu-devel

Michael Tokarev <mjt@tls.msk.ru> writes:

> 18.12.2015 13:06, marcandre.lureau@redhat.com wrote:
>> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> 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.

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

* [Qemu-devel] [PATCH v2] monitor: spelling fix
  2015-12-18 10:06 [Qemu-devel] [PATCH] misc: spelling marcandre.lureau
  2015-12-18 12:58 ` Markus Armbruster
  2016-01-10 17:50 ` Michael Tokarev
@ 2016-01-18 13:25 ` marcandre.lureau
  2016-02-17 16:29   ` Marc-André Lureau
  2 siblings, 1 reply; 7+ messages in thread
From: marcandre.lureau @ 2016-01-18 13:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, mjt

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
---
 monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor.c b/monitor.c
index c53a453..baa89cb 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

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

* Re: [Qemu-devel] [PATCH v2] monitor: spelling fix
  2016-01-18 13:25 ` [Qemu-devel] [PATCH v2] monitor: spelling fix marcandre.lureau
@ 2016-02-17 16:29   ` Marc-André Lureau
  0 siblings, 0 replies; 7+ messages in thread
From: Marc-André Lureau @ 2016-02-17 16:29 UTC (permalink / raw)
  To: QEMU, qemu-trivial; +Cc: Marc-André Lureau, Michael Tokarev

adding trivial to cc

On Mon, Jan 18, 2016 at 2:25 PM,  <marcandre.lureau@redhat.com> wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> Reviewed-by: Markus Armbruster <armbru@redhat.com>
> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
> ---
>  monitor.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/monitor.c b/monitor.c
> index c53a453..baa89cb 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
>
>



-- 
Marc-André Lureau

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

end of thread, other threads:[~2016-02-17 16:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-18 10:06 [Qemu-devel] [PATCH] misc: spelling marcandre.lureau
2015-12-18 12:58 ` Markus Armbruster
2015-12-18 13:20   ` Luiz Capitulino
2016-01-10 17:50 ` Michael Tokarev
2016-01-18 13:07   ` Markus Armbruster
2016-01-18 13:25 ` [Qemu-devel] [PATCH v2] monitor: spelling fix marcandre.lureau
2016-02-17 16:29   ` Marc-André Lureau

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.