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