[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20210422163836.27117-5-brijesh.singh@amd.com>
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