Re: [PATCH v2] qobject: json-streamer: Change bracket_count to brace_count

2020-04-02 Thread Eric Blake
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 Please add: Fixes: 8d3265b3 at which point you can also add: Reviewed-by: Eric Blake --- Changes in v2: -No need to rem

[PATCH v2] qobject: json-streamer: Change bracket_count to brace_count

2020-04-02 Thread Simran Singhal
Change the "parser->bracket_count >= 0" to "parser->brace_count >= 0" to fix the typo. Signed-off-by: Simran Singhal --- 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