Documentation: KVM: fix warning in "make htmldocs"
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Sep 2024 15:45:45 +0000 (11:45 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Sep 2024 15:45:50 +0000 (11:45 -0400)
commitefbc6bd090f48ccf64f7a8dd5daea775821d57ec
tree724f1544e8421a8d4385e3ae18da2eda4dd6fb6b
parent3f8df6285271d9d8f17d733433e5213a63b83a0b
Documentation: KVM: fix warning in "make htmldocs"

The warning

 Documentation/virt/kvm/locking.rst:31: ERROR: Unexpected indentation.

is caused by incorrectly treating a line as the continuation of a paragraph,
rather than as the first line in a bullet list.

Fixed: 44d174596260 ("KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/locking.rst