Skip to content

Commit 1e6115f

Browse files
LencerfJonathan Corbet
authored andcommitted
Documentation: KVM: SEV: add a missing backtick
``ENOTTY` -> ``ENOTTY``. Signed-off-by: Changyuan Lyu <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Message-ID: <[email protected]>
1 parent 29e31a8 commit 1e6115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ information, see the SEV Key Management spec [api-spec]_
5757

5858
The main ioctl to access SEV is KVM_MEMORY_ENCRYPT_OP. If the argument
5959
to KVM_MEMORY_ENCRYPT_OP is NULL, the ioctl returns 0 if SEV is enabled
60-
and ``ENOTTY` if it is disabled (on some older versions of Linux,
60+
and ``ENOTTY`` if it is disabled (on some older versions of Linux,
6161
the ioctl runs normally even with a NULL argument, and therefore will
6262
likely return ``EFAULT``). If non-NULL, the argument to KVM_MEMORY_ENCRYPT_OP
6363
must be a struct kvm_sev_cmd::

0 commit comments

Comments
 (0)