Skip to content

Commit

Permalink
Documentation: KVM: Fix title level for PSCI_SUSPEND
Browse files Browse the repository at this point in the history
The htmldoc build breaks in a funny way with:

<quote>
Sphinx parallel build error:
docutils.utils.SystemMessage: /home/sfr/next/next/Documentation/virt/kvm/api.rst:6175: (SEVERE/4) Title level inconsistent:

For arm/arm64:
^^^^^^^^^^^^^^
</quote>

Swap the ^^s for a bunch of --s...

Signed-off-by: Stephen Rothwell <[email protected]>
[maz: commit message]
Signed-off-by: Marc Zyngier <[email protected]>
  • Loading branch information
sfrothwell authored and Marc Zyngier committed May 5, 2022
1 parent b26dafc commit 582eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/virt/kvm/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6047,7 +6047,7 @@ Valid values for 'type' are:
the VM.

For arm/arm64:
^^^^^^^^^^^^^^
--------------

KVM_SYSTEM_EVENT_SUSPEND exits are enabled with the
KVM_CAP_ARM_SYSTEM_SUSPEND VM capability. If a guest invokes the PSCI
Expand Down

0 comments on commit 582eb04

Please sign in to comment.