summaryrefslogtreecommitdiffstats
path: root/scripts/extract-vsssdk-headers
diff options
context:
space:
mode:
authorPaul Durrant2018-05-22 20:42:50 +0200
committerStefano Stabellini2018-05-22 20:43:21 +0200
commit8d0f08e95b2d5f8ff6dea4027247bb0e8cc19cdf (patch)
tree2b72a15509e949ff3cee47c3823fe0fc76ada95c /scripts/extract-vsssdk-headers
parentxen-hvm: create separate function for ioreq server initialization (diff)
downloadqemu-8d0f08e95b2d5f8ff6dea4027247bb0e8cc19cdf.tar.gz
qemu-8d0f08e95b2d5f8ff6dea4027247bb0e8cc19cdf.tar.xz
qemu-8d0f08e95b2d5f8ff6dea4027247bb0e8cc19cdf.zip
checkpatch: generalize xen handle matching in the list of types
All the xen stable APIs define handle types of the form: xen<subject of API>_handle and some define additional handle types of the form: xen<subject of API>_<purpose of handle>_handle Examples of these are xenforeignmemory_handle and xenforeignmemory_resource_handle. Both of these types will be misparsed by checkpatch if they appear as the first token in a line since, as types defined by an external library, they do not conform to the QEMU CODING_STYLE, which suggests CamelCase. A previous patch (5ac067a24a8) added xendevicemodel_handle to the list of types. This patch changes that to xen\w+_handle such that it will match all Xen stable API handles of the forms detailed above. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Reviewed-by: Eric Blake <eblake@redhat.com> Acked-by: Anthony PERARD <anthony.perard@citrix.com> Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'scripts/extract-vsssdk-headers')
0 files changed, 0 insertions, 0 deletions