[PATCH 0/4] Fix htmldocs warning seen after SEV migration patch merge
From: Brijesh Singh
Date: Thu Apr 22 2021 - 12:39:50 EST
The make htmldocs reports the following warnings on kvm/next.
Documentation/virt/kvm/amd-memory-encryption.rst:308: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:310: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:313: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:316: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:319: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:321: WARNING: Definition list ends without a blank line; unexpected unindent.
Documentation/virt/kvm/amd-memory-encryption.rst:369: WARNING: Title underline too short.
15. KVM_SEV_RECEIVE_START
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:369: WARNING: Title underline too short.
15. KVM_SEV_RECEIVE_START
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:398: WARNING: Title underline too short.
16. KVM_SEV_RECEIVE_UPDATE_DATA
----------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:398: WARNING: Title underline too short.
16. KVM_SEV_RECEIVE_UPDATE_DATA
----------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:422: WARNING: Title underline too short.
17. KVM_SEV_RECEIVE_FINISH
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:422: WARNING: Title underline too short.
17. KVM_SEV_RECEIVE_FINISH
------------------------
Brijesh Singh (4):
docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_START
docs: kvm: fix underline too sort warning for
KVM_SEV_RECEIVE_UPDATE_DATA
docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_FINISH
docs: kvm: fix inline emphasis string warning for KVM_SEV_SEND_START
Documentation/virt/kvm/amd-memory-encryption.rst | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
2.17.1