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@xxxxxxxxxxxxxxxx> Signed-off-by: Brijesh Singh <brijesh.singh@xxxxxxx> --- 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