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

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

  s/Subection/Subsection

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] [PATCH] qapi-docs: fix a comment typo
Posted by Marc-André Lureau 6 years, 6 months ago
On Thu, Oct 12, 2017 at 8:44 AM, Chen Hanxiao <chen_han_xiao@126.com> wrote:
> From: Chen Hanxiao <chenhanxiao@gmail.com>
>
>   s/Subection/Subsection
>
> Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.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
>
>



-- 
Marc-André Lureau

Re: [Qemu-devel] [PATCH] qapi-docs: fix a comment typo
Posted by Markus Armbruster 6 years, 5 months ago
Chen Hanxiao <chen_han_xiao@126.com> writes:

> From: Chen Hanxiao <chenhanxiao@gmail.com>
>
>   s/Subection/Subsection
>
> Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>

Applied to qapi-next, thanks!