]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Documentation: rectify rst markup in KVM_GET_SUPPORTED_HV_CPUID
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 4 Jan 2021 09:59:38 +0000 (10:59 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 22 Feb 2021 18:12:31 +0000 (13:12 -0500)
commit974ce89f772f94938905e603907e60e5ea734078
tree8df74f6dce5adb4e8f2115751b8f34d9c4db0acb
parent7911a3150dc062832385700c1d77e9a99700514c
KVM: Documentation: rectify rst markup in KVM_GET_SUPPORTED_HV_CPUID

Commit d194b9132a56 ("KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID
as a system ioctl") added an enumeration in the KVM_GET_SUPPORTED_HV_CPUID
documentation improperly for rst, and caused new warnings in make htmldocs:

  Documentation/virt/kvm/api.rst:4536: WARNING: Unexpected indentation.
  Documentation/virt/kvm/api.rst:4538: WARNING: Block quote ends without a blank line; unexpected unindent.

Fix that issue and another historic rst markup issue from the initial
rst conversion in the KVM_GET_SUPPORTED_HV_CPUID documentation.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Message-Id: <20210104095938.24838-1-lukas.bulwahn@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/api.rst