aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/virt
diff options
context:
space:
mode:
authorStephen Kitt <steve@sk2.org>2020-04-24 17:26:37 +0200
committerJonathan Corbet <corbet@lwn.net>2020-04-28 12:37:00 -0600
commit2ad9a844fc83282d7f4e71baa82ffa2c0ae88c63 (patch)
treebf3c7a8ee36bac416e93868e09852380d1f6032c /Documentation/virt
parentdocs: orangefs: fix pvfs2tab literal block (diff)
downloadlinux-dev-2ad9a844fc83282d7f4e71baa82ffa2c0ae88c63.tar.xz
linux-dev-2ad9a844fc83282d7f4e71baa82ffa2c0ae88c63.zip
docs: virt/kvm: close inline string literal
This fixes Documentation/virt/kvm/amd-memory-encryption.rst:76: WARNING: Inline literal start-string without end-string. Fixes: 2da1ed62d55c ("KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is available") Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lore.kernel.org/r/20200424152637.120876-1-steve@sk2.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/virt')
-rw-r--r--Documentation/virt/kvm/amd-memory-encryption.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/amd-memory-encryption.rst b/Documentation/virt/kvm/amd-memory-encryption.rst
index c3129b9ba5cb..57c01f531e61 100644
--- a/Documentation/virt/kvm/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/amd-memory-encryption.rst
@@ -74,7 +74,7 @@ should point to a file descriptor that is opened on the ``/dev/sev``
device, if needed (see individual commands).
On output, ``error`` is zero on success, or an error code. Error codes
-are defined in ``<linux/psp-dev.h>`.
+are defined in ``<linux/psp-dev.h>``.
KVM implements the following commands to support common lifecycle events of SEV
guests, such as launching, running, snapshotting, migrating and decommissioning.