Documentation: KVM: SEV: add a missing backtick
authorChangyuan Lyu <changyuanl@google.com>
Sat, 24 Jun 2023 16:58:57 +0000 (09:58 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 4 Jul 2023 14:30:49 +0000 (08:30 -0600)
``ENOTTY` -> ``ENOTTY``.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20230624165858.21777-1-changyuanl@google.com>

Documentation/virt/kvm/x86/amd-memory-encryption.rst

index 487b632..9957800 100644 (file)
@@ -57,7 +57,7 @@ information, see the SEV Key Management spec [api-spec]_
 
 The main ioctl to access SEV is KVM_MEMORY_ENCRYPT_OP.  If the argument
 to KVM_MEMORY_ENCRYPT_OP is NULL, the ioctl returns 0 if SEV is enabled
-and ``ENOTTY` if it is disabled (on some older versions of Linux,
+and ``ENOTTY`` if it is disabled (on some older versions of Linux,
 the ioctl runs normally even with a NULL argument, and therefore will
 likely return ``EFAULT``).  If non-NULL, the argument to KVM_MEMORY_ENCRYPT_OP
 must be a struct kvm_sev_cmd::