Hmm, checkpatch still complains, full log below.
IIRC "dim checkpatch" runs scripts/checkpatch.pl with --strict so it is a bit more picky ...
Ah, I didn't know --strict was being used. I'll send an update momentarily. Sorry for the churn.
-:250: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #250: FILE: drivers/gpu/drm/virtio/virtgpu_vq.c:1118:
uint32_t resp_type = le32_to_cpu(resp->hdr.type);
For consistency with the rest of the virtgpu code, I'll leave uint32_t.
Cheers, David