Eric Blake <ebl...@redhat.com> writes: > On Thu, Mar 16, 2023 at 08:13:17AM +0100, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster <arm...@redhat.com> > > Looks like 'previous commit' in the subject line actually means 4/14 > (two commits ago); a victim of rebasing, I'm sure.
Hmm, actually both commits matter. The first hunk simplifies check_type_name() by contracting its two conditionals. It is enabled by the previous commit, which removed the code between the two conditionals. The second hunk simplifies check_type_name_or_array() the same way, but that one has had nothing in between since PATCH 04. I'll change the title to "after previous commits". > Reviewed-by: Eric Blake <ebl...@redhat.com> Thanks!