Re: [PATCH 08/25] qapi: Reorder check_FOO() parameters for consistency

2019-09-24 Thread Eric Blake
On 9/24/19 8:28 AM, Markus Armbruster wrote: > Most check_FOO() take the thing being checked as first argument. > check_name(), check_type(), check_known_keys() don't. Clean that up. > > While there, drop a "Todo" comment that should have been dropped in > commit 87adbbffd4 "qapi: add a dictionar

[PATCH 08/25] qapi: Reorder check_FOO() parameters for consistency

2019-09-24 Thread Markus Armbruster
Most check_FOO() take the thing being checked as first argument. check_name(), check_type(), check_known_keys() don't. Clean that up. While there, drop a "Todo" comment that should have been dropped in commit 87adbbffd4 "qapi: add a dictionary form for TYPE". Signed-off-by: Markus Armbruster --