lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 22 Apr 2021 11:38:36 -0500
From:   Brijesh Singh <brijesh.singh@....com>
To:     pbonzini@...hat.com, kvm@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org, sfr@...b.auug.org.au,
        Ashish.Kalra@....com, Brijesh Singh <brijesh.singh@....com>
Subject: [PATCH 4/4] docs: kvm: fix inline emphasis string warning for KVM_SEV_SEND_START

Fix the following warning seen with 'make htmldocs'

WARNING: Inline emphasis start-string without end-string

Fixes: 4cfdd47d6d95 ("KVM: SVM: Add KVM_SEV SEND_START command")
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Brijesh Singh <brijesh.singh@....com>
---
 Documentation/virt/kvm/amd-memory-encryption.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/virt/kvm/amd-memory-encryption.rst b/Documentation/virt/kvm/amd-memory-encryption.rst
index eef3eff799fe..b45f2358e143 100644
--- a/Documentation/virt/kvm/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/amd-memory-encryption.rst
@@ -304,6 +304,7 @@ Parameters (in): struct kvm_sev_send_start
 Returns: 0 on success, -negative on error
 
 ::
+
         struct kvm_sev_send_start {
                 __u32 policy;                 /* guest policy */
 
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ