qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo
@ 2017-11-07 11:37 Chen Hanxiao
  2017-11-07 17:06 ` Michael Roth
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Hanxiao @ 2017-11-07 11:37 UTC (permalink / raw)
  To: armbru, mdroth; +Cc: qemu-devel, Chen Hanxiao

From: Chen Hanxiao <chenhanxiao@gmail.com>

  s/Subection/Subsection

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
---
 docs/devel/qapi-code-gen.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/devel/qapi-code-gen.txt b/docs/devel/qapi-code-gen.txt
index f04c63fe82..06ab699066 100644
--- a/docs/devel/qapi-code-gen.txt
+++ b/docs/devel/qapi-code-gen.txt
@@ -63,7 +63,7 @@ Comment text starting with '=' is a section title:
 
 Double the '=' for a subsection title:
 
-    # == Subection title
+    # == Subsection title
 
 '|' denotes examples:
 
-- 
2.13.5

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

* Re: [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo
  2017-11-07 11:37 [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo Chen Hanxiao
@ 2017-11-07 17:06 ` Michael Roth
  2017-11-07 19:43   ` Michael Roth
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Roth @ 2017-11-07 17:06 UTC (permalink / raw)
  To: Chen Hanxiao, armbru; +Cc: qemu-devel

Quoting Chen Hanxiao (2017-11-07 05:37:16)
> From: Chen Hanxiao <chenhanxiao@gmail.com>
> 
>   s/Subection/Subsection
> 
> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>

Thanks, applied to qga tree:
  https://github.com/mdroth/qemu/commits/qga

> ---
>  docs/devel/qapi-code-gen.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/devel/qapi-code-gen.txt b/docs/devel/qapi-code-gen.txt
> index f04c63fe82..06ab699066 100644
> --- a/docs/devel/qapi-code-gen.txt
> +++ b/docs/devel/qapi-code-gen.txt
> @@ -63,7 +63,7 @@ Comment text starting with '=' is a section title:
> 
>  Double the '=' for a subsection title:
> 
> -    # == Subection title
> +    # == Subsection title
> 
>  '|' denotes examples:
> 
> -- 
> 2.13.5
> 

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

* Re: [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo
  2017-11-07 17:06 ` Michael Roth
@ 2017-11-07 19:43   ` Michael Roth
  2017-11-08  0:33     ` Chen Hanxiao
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Roth @ 2017-11-07 19:43 UTC (permalink / raw)
  To: Chen Hanxiao, armbru; +Cc: qemu-devel

Quoting Michael Roth (2017-11-07 11:06:55)
> Quoting Chen Hanxiao (2017-11-07 05:37:16)
> > From: Chen Hanxiao <chenhanxiao@gmail.com>
> > 
> >   s/Subection/Subsection
> > 
> > Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> > Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
> 
> Thanks, applied to qga tree:
>   https://github.com/mdroth/qemu/commits/qga

Actually looks like Markus picked this up yesterday, and I plucked it
into the wrong tree anyway =\

> 
> > ---
> >  docs/devel/qapi-code-gen.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/docs/devel/qapi-code-gen.txt b/docs/devel/qapi-code-gen.txt
> > index f04c63fe82..06ab699066 100644
> > --- a/docs/devel/qapi-code-gen.txt
> > +++ b/docs/devel/qapi-code-gen.txt
> > @@ -63,7 +63,7 @@ Comment text starting with '=' is a section title:
> > 
> >  Double the '=' for a subsection title:
> > 
> > -    # == Subection title
> > +    # == Subsection title
> > 
> >  '|' denotes examples:
> > 
> > -- 
> > 2.13.5
> > 
> 
> 

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

* Re: [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo
  2017-11-07 19:43   ` Michael Roth
@ 2017-11-08  0:33     ` Chen Hanxiao
  0 siblings, 0 replies; 4+ messages in thread
From: Chen Hanxiao @ 2017-11-08  0:33 UTC (permalink / raw)
  To: Michael Roth; +Cc: armbru, qemu-devel


在 2017-11-08 03:43:20,"Michael Roth" <mdroth@linux.vnet.ibm.com> 写道:
>Quoting Michael Roth (2017-11-07 11:06:55)
>> Quoting Chen Hanxiao (2017-11-07 05:37:16)
>> > From: Chen Hanxiao <chenhanxiao@gmail.com>
>> > 
>> >   s/Subection/Subsection
>> > 
>> > Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
>> > Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
>> 
>> Thanks, applied to qga tree:
>>   https://github.com/mdroth/qemu/commits/qga
>
>Actually looks like Markus picked this up yesterday, and I plucked it
>into the wrong tree anyway =\
>

Oops, I missed the mail from Markus.
Sorry for the noise.

Regards,
- Chen

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

end of thread, other threads:[~2017-11-08  1:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-07 11:37 [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo Chen Hanxiao
2017-11-07 17:06 ` Michael Roth
2017-11-07 19:43   ` Michael Roth
2017-11-08  0:33     ` Chen Hanxiao

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