checkpatch: warn about qemu/queue.h head structs that are not typedef-ed
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Dec 2018 11:01:40 +0000 (12:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Jan 2019 14:46:55 +0000 (15:46 +0100)
commit50db69a15f941628e647076878ad70d0bbd26cf3
tree47340f6aa82fbe5fb0983d098d4875b5d35aad27
parenteae3eb3e185028d6e862db747e3b7397600d6762
checkpatch: warn about qemu/queue.h head structs that are not typedef-ed

These are just like any other struct or union, so they should have
CamelCase typedefs.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/checkpatch.pl