mirror of https://github.com/xemu-project/xemu.git
contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
Fixes: e3c82fe04f
"contrib/vhost-user-gpu: add support for sending dmabuf modifiers"
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
e3fc69343c
commit
1a9c9a6f8a
|
@ -401,7 +401,7 @@ virgl_cmd_set_scanout(VuGpu *g,
|
||||||
|
|
||||||
if (g->use_modifiers) {
|
if (g->use_modifiers) {
|
||||||
/*
|
/*
|
||||||
* The mesage uses all the fields set in dmabuf_scanout plus
|
* The message uses all the fields set in dmabuf_scanout plus
|
||||||
* modifiers which is appended after VhostUserGpuDMABUFScanout.
|
* modifiers which is appended after VhostUserGpuDMABUFScanout.
|
||||||
*/
|
*/
|
||||||
msg.request = VHOST_USER_GPU_DMABUF_SCANOUT2;
|
msg.request = VHOST_USER_GPU_DMABUF_SCANOUT2;
|
||||||
|
|
Loading…
Reference in New Issue