[Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo

Chen Hanxiao posted 1 patch 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171107113716.14244-1-chen_han_xiao@126.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
docs/devel/qapi-code-gen.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo
Posted by Chen Hanxiao 6 years, 5 months ago
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


Re: [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo
Posted by Michael Roth 6 years, 5 months ago
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
> 


Re: [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo
Posted by Michael Roth 6 years, 5 months ago
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
> > 
> 
> 


Re: [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo
Posted by Chen Hanxiao 6 years, 5 months ago
在 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