On Tue, Nov 14, 2023 at 8:58 PM Michael Tokarev <m...@tls.msk.ru> wrote:
>
> Fixes: e3c82fe04f31 "contrib/vhost-user-gpu: add support for sending dmabuf 
> modifiers"
> Cc: Erico Nunes <ernu...@redhat.com>
> Cc: "Marc-André Lureau" <marcandre.lur...@redhat.com>
> Signed-off-by: Michael Tokarev <m...@tls.msk.ru>

Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com>

> ---
>  contrib/vhost-user-gpu/virgl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/vhost-user-gpu/virgl.c b/contrib/vhost-user-gpu/virgl.c
> index 1da6cc1588..d1ccdf7d06 100644
> --- a/contrib/vhost-user-gpu/virgl.c
> +++ b/contrib/vhost-user-gpu/virgl.c
> @@ -401,7 +401,7 @@ virgl_cmd_set_scanout(VuGpu *g,
>
>          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.
>               */
>              msg.request = VHOST_USER_GPU_DMABUF_SCANOUT2;
> --
> 2.39.2
>


Reply via email to