From 69f8f6dcdc9766be98ca46bb727ea30b9e3c5d98 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 28 Apr 2022 11:35:18 -0700 Subject: [PATCH] doc: fix malformed virtio gpu device description xs:documentation content has an indented line that causes the reST formatting of the generated content to be off (leading spaces on lines are significant to reST formatting). Tracked-On: #5692 Signed-off-by: David B. Kinder --- misc/config_tools/schema/config.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index 3139814fb..0ff6c89b9 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -472,7 +472,7 @@ mouse, and tablet. It sends Linux input layer events over virtio. The virtio GPU device presents a GPU device to the VM. - This feature enables you to view the VM's GPU output in the Service VM. +This feature enables you to view the VM's GPU output in the Service VM.