On 3/23/21 5:40 AM, Markus Armbruster wrote:
check_name_lower() is the only user of check_name_str() using
permit_upper=False. Move the associated code from check_name_str() to
check_name_lower(), and drop the parameter.
Signed-off-by: Markus Armbruster
Reviewed-by: John Snow
---
script
On 3/23/21 4:40 AM, Markus Armbruster wrote:
> check_name_lower() is the only user of check_name_str() using
> permit_upper=False. Move the associated code from check_name_str() to
> check_name_lower(), and drop the parameter.
>
> Signed-off-by: Markus Armbruster
> ---
> scripts/qapi/expr.py |
check_name_lower() is the only user of check_name_str() using
permit_upper=False. Move the associated code from check_name_str() to
check_name_lower(), and drop the parameter.
Signed-off-by: Markus Armbruster
---
scripts/qapi/expr.py | 15 +++
1 file changed, 7 insertions(+), 8 dele