aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangyuan Lyu <changyuanl@google.com>2023-06-24 09:58:57 -0700
committerJonathan Corbet <corbet@lwn.net>2023-07-04 08:30:49 -0600
commit1e6115f50bca20417e9d4d95ce99e36d6f145fa4 (patch)
treeae230ca0ee4ddf84e67d0816b39db20ac1a5901d
parent29e31a8ee811f5d85274f0381f13cd6fe650aea4 (diff)
downloadlinux-pm-1e6115f50bca20417e9d4d95ce99e36d6f145fa4.tar.gz
Documentation: KVM: SEV: add a missing backtick
``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>
-rw-r--r--Documentation/virt/kvm/x86/amd-memory-encryption.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/x86/amd-memory-encryption.rst b/Documentation/virt/kvm/x86/amd-memory-encryption.rst
index 487b6328b3e70..995780088eb23 100644
--- a/Documentation/virt/kvm/x86/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/x86/amd-memory-encryption.rst
@@ -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::