From 4a5df407eca342ca3737d2fd598dbd393d958b4f Mon Sep 17 00:00:00 2001 From: Parav Pandit Date: Sun, 27 Oct 2024 06:44:57 +0200 Subject: [PATCH] virtio-gpu: Fix spelling error Fix spelling error. Fixes: fed64230bf31 ("Add virtio gpu device specification.") Fixes: https://github.com/oasis-tcs/virtio-spec/issues/192 Signed-off-by: Parav Pandit Reviewed-by: Matias Ezequiel Vara Larsen Link: https://lore.kernel.org/r/20241027044457.495730-1-parav@nvidia.com --- device-types/gpu/description.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-types/gpu/description.tex b/device-types/gpu/description.tex index ba4ea76..c5706bc 100644 --- a/device-types/gpu/description.tex +++ b/device-types/gpu/description.tex @@ -128,7 +128,7 @@ \subsubsection{Device Operation: Create a framebuffer and configure scanout} \item Allocate a framebuffer from guest ram, and attach it as backing storage to the resource just created, using VIRTIO_GPU_CMD_RESOURCE_ATTACH_BACKING. Scatter lists are - supported, so the framebuffer doesn't need to be contignous in guest + supported, so the framebuffer doesn't need to be contiguous in guest physical memory. \item Use VIRTIO_GPU_CMD_SET_SCANOUT to link the framebuffer to a display scanout.