mbox series

[0/4] Fix htmldocs warning seen after SEV migration patch merge

Message ID 20210422163836.27117-1-brijesh.singh@amd.com (mailing list archive)
Headers show
Series Fix htmldocs warning seen after SEV migration patch merge | expand

Message

Brijesh Singh April 22, 2021, 4:38 p.m. UTC
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(-)