freedreno/drm/virtio: Fix typo

Fixes: b90244776a ("virtio/drm: Split out common virtgpu drm structs")
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26884>
This commit is contained in:
Rob Clark 2024-01-03 13:28:55 -08:00 committed by Marge Bot
parent 19fca131b1
commit 2c078bfd18

View file

@ -155,7 +155,7 @@ struct msm_ccmd_gem_cpu_prep_req {
DEFINE_CAST(vdrm_ccmd_req, msm_ccmd_gem_cpu_prep_req)
struct msm_ccmd_gem_cpu_prep_rsp {
struct vdrm_ccmd_req hdr;
struct vdrm_ccmd_rsp hdr;
int32_t ret;
};