[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] qobject: json-streamer: Change bracket_count to brace_cou
From: |
Eric Blake |
Subject: |
Re: [PATCH v2] qobject: json-streamer: Change bracket_count to brace_count |
Date: |
Thu, 2 Apr 2020 12:44:59 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 4/2/20 12:19 PM, Simran Singhal wrote:
Change the "parser->bracket_count >= 0" to "parser->brace_count >= 0"
to fix the typo.
Signed-off-by: Simran Singhal <address@hidden>
Please add:
Fixes: 8d3265b3
at which point you can also add:
Reviewed-by: Eric Blake <address@hidden>
---
Changes in v2:
-No need to remove the duplicate occurence of "parser->bracket_count >=
0"
but actually it is a typo and one occurence should be "parser->brace_count
>= 0".
occurrence (but at least this typo won't make it into git)
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org